|
|
@@ -150,7 +150,7 @@
|
|
|
<div class="yet_loginCover">
|
|
|
<div class="person">
|
|
|
<div class="userHeadImg">
|
|
|
- <img src="http://127.0.0.1:8000/{{curr_user.user_picture}}" alt="">
|
|
|
+ <img src="http://112.49.38.63:8011/{{curr_user.user_picture}}" alt="">
|
|
|
</div>
|
|
|
<div class="userCtrl">
|
|
|
<div class="userCtrlTop">
|
|
|
@@ -220,7 +220,7 @@
|
|
|
{% for farmItem in garden %}
|
|
|
<li class="farm-item">
|
|
|
<a target="_blank" href="person_farm?name={{farmItem.user}}">
|
|
|
- <img src="http://127.0.0.1:8000/{{farmItem.img_1}}" alt="">
|
|
|
+ <img src="http://112.49.38.63:8011/{{farmItem.img_1}}" alt="">
|
|
|
<div class="news-item-txt">
|
|
|
<div class="title">
|
|
|
<h1>
|
|
|
@@ -299,7 +299,7 @@
|
|
|
<li class="productItem">
|
|
|
<div>
|
|
|
<a href="garden_intro?id={{pickItem.id}}" target="_blank">
|
|
|
- <img src="http://127.0.0.1:8000/{{pickItem.pick_img}}" alt="">
|
|
|
+ <img src="http://112.49.38.63:8011/{{pickItem.pick_img}}" alt="">
|
|
|
</a>
|
|
|
</div>
|
|
|
<p><a href="garden_intro?id={{pickItem.id}}" target="_blank">{{pickItem.name}}</a></p>
|
|
|
@@ -355,7 +355,7 @@
|
|
|
{% for gardenItem in garden %}
|
|
|
<li class="haciendaItem">
|
|
|
<div class="haciendaImg">
|
|
|
- <img class="haciendaImg1" src="http://127.0.0.1:8000/{{gardenItem.img_1}}" alt="">
|
|
|
+ <img class="haciendaImg1" src="http://112.49.38.63:8011/{{gardenItem.img_1}}" alt="">
|
|
|
<img class="haciendaImg2" src="{% static 'imgs/22.png'%}" alt="">
|
|
|
</div>
|
|
|
<div class="haciendaTxt">
|
|
|
@@ -405,7 +405,7 @@
|
|
|
<li class="travelItem">
|
|
|
<a href="tourist?id={{sightseeItem.id}}" target="_blank">
|
|
|
<div class="travelImg">
|
|
|
- <img class="haciendaImg1" src="http://127.0.0.1:8000/{{sightseeItem.sightsee_img}}" alt="">
|
|
|
+ <img class="haciendaImg1" src="http://112.49.38.63:8011/{{sightseeItem.sightsee_img}}" alt="">
|
|
|
<img class="haciendaImg2" src="{% static 'imgs/22.png'%}" alt="">
|
|
|
</div>
|
|
|
<div class="travelTitle">
|
|
|
@@ -480,7 +480,7 @@
|
|
|
{% for hotelItem in hotel2 %}
|
|
|
<li class="hotHotelItem">
|
|
|
<a href="dorm_detail?id={{hotelItem.id}}" target="_blank">
|
|
|
- <img src="http://127.0.0.1:8000/{{hotelItem.hotel_img}}" width="96px" height="80px" alt="">
|
|
|
+ <img src="http://112.49.38.63:8011/{{hotelItem.hotel_img}}" width="96px" height="80px" alt="">
|
|
|
<div class="desc">
|
|
|
<h3>{{hotelItem.name}}</h3>
|
|
|
<div>{{hotelItem.intro}}</div>
|
|
|
@@ -503,7 +503,7 @@
|
|
|
<a href="dorm_detail?id={{hotelItem.id}}" target="_blank">
|
|
|
<div style="height: 300px;">
|
|
|
<div class="recommendHotelImg">
|
|
|
- <img src="http://127.0.0.1:8000/{{hotelItem.hotel_img}}" alt="">
|
|
|
+ <img src="http://112.49.38.63:8011/{{hotelItem.hotel_img}}" alt="">
|
|
|
</div>
|
|
|
<h1>{{hotelItem.name}}</h1>
|
|
|
<div class="area">{{hotelItem.intro}}</div>
|
|
|
@@ -538,7 +538,7 @@
|
|
|
{% for relationItem in relation %}
|
|
|
<li class="partnerInnerItem">
|
|
|
<a target="_blank" href="{{relationItem.relation}}">
|
|
|
- <img src="http://127.0.0.1:8000/{{relationItem.pic}}" alt="">
|
|
|
+ <img src="http://112.49.38.63:8011/{{relationItem.pic}}" alt="">
|
|
|
</a>
|
|
|
</li>
|
|
|
{% endfor %}
|