Browse Source

出版

master
jianglong 3 years ago
parent
commit
f7902daebb
  1. 2
      components/components/organ.vue
  2. 2
      components/components/team.vue
  3. 2
      manifest.json
  4. 9
      pages/index/index.vue
  5. BIN
      static/images/icon_toutiao.png

2
components/components/organ.vue

@ -4,7 +4,7 @@
:up="upOption">
<view class="contain">
<view class="banner">
<ad-swipers :pid="30" height="340rpx">
<ad-swipers :pid="32" height="340rpx">
</ad-swipers>
</view>
<!-- 城市 -->

2
components/components/team.vue

@ -4,7 +4,7 @@
:up="upOption">
<view class="contain">
<view class="banner">
<ad-swipers :pid="30" height="340rpx">
<ad-swipers :pid="31" height="340rpx">
</ad-swipers>
</view>
<!-- 城市 -->

2
manifest.json

@ -144,7 +144,7 @@
}
},
"lazyCodeLoading" : "requiredComponents",
"requiredPrivateInfos" : [ "getLocation", "chooseAddress", "onLocationChange" ]
"requiredPrivateInfos" : [ "getLocation", "chooseAddress" ]
},
"mp-alipay" : {
"usingComponents" : true

9
pages/index/index.vue

@ -37,12 +37,12 @@
@change="changeActive">
</u-tabs>
</view>
<router-link to="/pages/goods_cate/goods_cate" navType="pushTab">
<view @click="toCate()" navType="pushTab">
<view class="white flex cate-btn m-l-10">
<image class="icon-xs m-r-4" src="/static/images/icon_cate.png" alt="">
分类
</view>
</router-link>
</view>
</view>
</view>
</u-sticky>
@ -177,6 +177,11 @@
this.navList = data
}
},
toCate(){
uni.navigateTo({
url: "/pages/goods_cate/goods_cate"
});
},
//
async getHomeFun() {
const {

BIN
static/images/icon_toutiao.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Loading…
Cancel
Save