Authored by htoooth

fix

{
"navigationBarTitleText": "有货限定频道",
"navigationBarTitleText": "有货限定发售",
"enablePullDownRefresh": true,
"backgroundColor": "#ebebeb",
"backgroundTextStyle": "light",
... ...
... ... @@ -572,6 +572,9 @@ Page(Object.assign({
buyNow() {
router.goUrl(`miniapp.yohobuy.com/pages/goodsDetail/goodsDetail?app=yohobuy&productSkn=${this.data.productSkn}`);
},
goYohobuy() {
router.goUrl(`miniapp.yohobuy.com/pages/index/index?app=yohobuy`);
},
goHelp() {
router.goUrl('https://activity.yoho.cn/feature/2593.html?share_id=5035&title=限定频道说明');
},
... ...
... ... @@ -34,6 +34,9 @@
</view>
</view>
</view>
<image class="bottom-image" bindtap="goYohobuy" src="../../../static/images/bottom.png"></image>
<view wx:if="{{showAssistList}}" style="height:70rpx;"></view>
<view style="height:100rpx;"></view>
... ...
... ... @@ -243,6 +243,10 @@
height:234rpx;
}
.bottom-image {
width: 750rpx;
height: 540rpx;
}
.modal-content .btn-info {
padding: 0 0;
width: 200rpx;
... ...
... ... @@ -16,7 +16,8 @@ const appData = {
page: {
productDetail: '/pages/goodsDetail/goodsDetail',
brandDetail: '/pages/goodsList/brand',
guangDetail: '/pages/guang/detail'
guangDetail: '/pages/guang/detail',
index: '/pages/index/index'
}
},
anotherApp: {
... ...