lu_quan_dev
rosehan 1 year ago
parent c7dba21268
commit 1e627e2219
  1. 2
      pages.json
  2. 3
      pages/index/index.vue
  3. 2
      pages/zhoubian/zhoubian/zhoubian.vue
  4. BIN
      static/animg/fuwu/feiyi.png
  5. BIN
      static/animg/fuwu/fujin2x.png
  6. BIN
      static/animg/fuwu/gonglve2x.png
  7. BIN
      static/animg/fuwu/huodong2x.png
  8. BIN
      static/animg/fuwu/jingqu2x.png
  9. BIN
      static/animg/fuwu/jiudian2x.png
  10. BIN
      static/animg/fuwu/lefu2x.png
  11. BIN
      static/animg/fuwu/meishi2x.png
  12. BIN
      static/animg/fuwu/wenchuang2x.png
  13. BIN
      static/animg/fuwu/xianlu2x.png
  14. 5
      subPageA/feiyi/feiyilist/feiyilist.vue
  15. 1
      subPageA/scenic/sceniclist/sceniclist.vue

@ -183,7 +183,7 @@
"path": "personcenter/aboutus",
"style": {
"navigationBarTitleText": "关于我们",
"navigationBarBackgroundColor": "transparent"
"navigationBarBackgroundColor": "#F0F7FF"
}
},
{

@ -573,7 +573,8 @@ export default {
},
goToDetail: function (type, guid, region) {
if (type == "scenic") {
const list = encodeURIComponent(JSON.stringify(this.scenicList))
const list = JSON.stringify(this.scenicList)
console.log("list",list)
uni.navigateTo({
// url: "/subPageA/scenic/scenicdetial/scenicdetial?guid=" + guid + `&listA=` + list,
url: "/subPageA/scenic/scenicdetial/scenicdetial?guid=" + guid.guid,

@ -874,7 +874,7 @@ padding: 70rpx 0 20rpx 0;
transition: all 2s;
.pop-content-inner {
height: 55vh;
height: 65vh;
padding: 20rpx;
overflow-y: scroll;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 620 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

@ -31,8 +31,8 @@
</view>
<scroll-view @scrolltolower="onReachScroll" class="scroll-view" :scroll-top="topNum" scrollY="true">
<view>
<waterfall :list="list" v-if="list.length>0"></waterfall>
<view class="scroll-empty" v-else>
<waterfall :list="list"></waterfall>
<view class="scroll-empty" v-if="list.length==0">
<image class="empty-icon" src="http://www.mescroll.com/img/mescroll-empty.png?v=1" mode="widthFix"></image>
<view class="empty-tip">~ 暂无相关数据 ~</view>
</view>
@ -260,6 +260,7 @@ export default {
}
that.list = that.list.concat(data);
uni.hideLoading();
console.log('that.list',that.list)
} else {
that.get_data();
}

@ -394,6 +394,7 @@ export default {
gotoDetail(e) {
console.log(e);
const list = JSON.stringify(this.scenicList.content)
console.log("list",list)
uni.navigateTo({
url: `/subPageA/scenic/scenicdetial/scenicdetial?guid=` + e + `&list=`+list,
});

Loading…
Cancel
Save