720url修改

添加攻略列表页
dev
Tuzki 2 years ago
parent 611bfafc05
commit 9d091a1d27
  1. 2
      pages/fuwu/fuwu.vue
  2. 3
      pages/index/index.vue
  3. 2
      pages/personcenter/personcenter.vue
  4. 2
      pages/quanjing/720All.vue
  5. 2
      sunPackIndex/feiyi/feiyilist/feiyilist.vue

@ -40,7 +40,7 @@
</view>
<view class="w_20" @click="goToPages('gonglv')">
<image src="../../static/animg/f_gl.png" class="at_size_1" mode="aspectFill"></image>
<view class="at_t">攻略</view>
<view class="at_t">游玩攻略</view>
</view>
</view>
</view>

@ -359,11 +359,12 @@ export default {
myAmapFun.getWeather({
success: function (data) {
//
this_.showWeather = true
console.log(data, 'success')
this_.city = data.city.data,
this_.time = data.liveData.reporttime,
this_.weather = data.weather.data + ' ' + data.temperature.data + '°C' + ' ' + data.winddirection.data + ' ' + data.windpower.data,
this_.showWeather = true
this_.$forceUpdate()
},
fail: function (info) {
//

@ -222,7 +222,7 @@ export default {
uni.setStorageSync('nickname', '微信用户');
uni.setStorageSync('headimgurl', 'https://www.lbgjtoa.com/appImg/icon-person-01.png');
uni.setStorageSync('oauthTime', new Date().getTime());
this_.nickname = '微信用户';
this_.nicknames = '微信用户';
this_.headimgurl = 'https://www.lbgjtoa.com/appImg/icon-person-01.png';
this_.$forceUpdate();
this_.saveProfile();

@ -1,5 +1,5 @@
<template>
<web-view src="http://www.lbgjtoa.com:10000/"></web-view>
<web-view src="https://www.lbgjtoa.com/html/back/720/720url.html"></web-view>
</template>
<script>

@ -11,7 +11,7 @@
@confirm="confirm"
confirm-type="search"
placeholder-style="color:#999"
placeholder="搜索非遗"
placeholder="搜索商品"
/>
</view>
<view class="an_sch_img" @click="search()"><image src="../../../static/animg/icon-search.png" class="ac_size_1"></image></view>

Loading…
Cancel
Save