Authored by htoooth

fix

1 { 1 {
2 - "navigationBarTitleText": "有货限定频道", 2 + "navigationBarTitleText": "有货限定发售",
3 "enablePullDownRefresh": true, 3 "enablePullDownRefresh": true,
4 "backgroundColor": "#ebebeb", 4 "backgroundColor": "#ebebeb",
5 "backgroundTextStyle": "light", 5 "backgroundTextStyle": "light",
@@ -572,6 +572,9 @@ Page(Object.assign({ @@ -572,6 +572,9 @@ Page(Object.assign({
572 buyNow() { 572 buyNow() {
573 router.goUrl(`miniapp.yohobuy.com/pages/goodsDetail/goodsDetail?app=yohobuy&productSkn=${this.data.productSkn}`); 573 router.goUrl(`miniapp.yohobuy.com/pages/goodsDetail/goodsDetail?app=yohobuy&productSkn=${this.data.productSkn}`);
574 }, 574 },
  575 + goYohobuy() {
  576 + router.goUrl(`miniapp.yohobuy.com/pages/index/index?app=yohobuy`);
  577 + },
575 goHelp() { 578 goHelp() {
576 router.goUrl('https://activity.yoho.cn/feature/2593.html?share_id=5035&title=限定频道说明'); 579 router.goUrl('https://activity.yoho.cn/feature/2593.html?share_id=5035&title=限定频道说明');
577 }, 580 },
@@ -34,6 +34,9 @@ @@ -34,6 +34,9 @@
34 </view> 34 </view>
35 </view> 35 </view>
36 </view> 36 </view>
  37 +
  38 +<image class="bottom-image" bindtap="goYohobuy" src="../../../static/images/bottom.png"></image>
  39 +
37 <view wx:if="{{showAssistList}}" style="height:70rpx;"></view> 40 <view wx:if="{{showAssistList}}" style="height:70rpx;"></view>
38 <view style="height:100rpx;"></view> 41 <view style="height:100rpx;"></view>
39 42
@@ -243,6 +243,10 @@ @@ -243,6 +243,10 @@
243 height:234rpx; 243 height:234rpx;
244 } 244 }
245 245
  246 +.bottom-image {
  247 + width: 750rpx;
  248 + height: 540rpx;
  249 +}
246 .modal-content .btn-info { 250 .modal-content .btn-info {
247 padding: 0 0; 251 padding: 0 0;
248 width: 200rpx; 252 width: 200rpx;
@@ -16,7 +16,8 @@ const appData = { @@ -16,7 +16,8 @@ const appData = {
16 page: { 16 page: {
17 productDetail: '/pages/goodsDetail/goodsDetail', 17 productDetail: '/pages/goodsDetail/goodsDetail',
18 brandDetail: '/pages/goodsList/brand', 18 brandDetail: '/pages/goodsList/brand',
19 - guangDetail: '/pages/guang/detail' 19 + guangDetail: '/pages/guang/detail',
  20 + index: '/pages/index/index'
20 } 21 }
21 }, 22 },
22 anotherApp: { 23 anotherApp: {