Commit 22b9a14db7ce839849f0853cff5e57edada4bea6
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev
Showing
21 changed files
with
16 additions
and
22 deletions
app.json
| ... | ... | @@ -24,7 +24,6 @@ |
| 24 | 24 | "pages/user/return_goods/return_goods", |
| 25 | 25 | "pages/user/withdrawals/withdrawals", |
| 26 | 26 | "pages/user/express/express", |
| 27 | - "pages/user/binding_info/binding_info", | |
| 28 | 27 | "pages/user/get_user_info/get_user_info", |
| 29 | 28 | "pages/activity/seckill_list/seckill_list", |
| 30 | 29 | "pages/activity/pind_list/pind_list", |
| ... | ... | @@ -76,10 +75,8 @@ |
| 76 | 75 | "pages/user/assistance/friend_assistance", |
| 77 | 76 | "pages/user/assistance/assistance_success", |
| 78 | 77 | "pages/user/assistance/assistance", |
| 79 | - "pages/video/index", | |
| 80 | 78 | "pages/template/index", |
| 81 | 79 | "pages/store/index", |
| 82 | - "pages/user/choice_guide/choice_guide", | |
| 83 | 80 | "pages/cart/cart2_inte/cart2_inte", |
| 84 | 81 | "pages/giftpack/festival/festival", |
| 85 | 82 | "pages/team/team_more/team_more", |
| ... | ... | @@ -88,12 +85,6 @@ |
| 88 | 85 | "pages/user/deposit/prepaid/prepaid", |
| 89 | 86 | "pages/distribution/distribution" |
| 90 | 87 | ], |
| 91 | - "plugins": { | |
| 92 | - "live-player-plugin": { | |
| 93 | - "version": "1.3.0", | |
| 94 | - "provider": "wx2b03c6e691cd7370" | |
| 95 | - } | |
| 96 | - }, | |
| 97 | 88 | "subPackages": [{ |
| 98 | 89 | "root": "packageA/", |
| 99 | 90 | "name":"pack1", |
| ... | ... | @@ -158,7 +149,11 @@ |
| 158 | 149 | "pages/evaluate_list/evaluate_list", |
| 159 | 150 | "pages/luckactivity/luckinfo/luckinfo", |
| 160 | 151 | "pages/luckactivity/index/index", |
| 161 | - "pages/user/Change_phone/Change_phone" | |
| 152 | + "pages/user/Change_phone/Change_phone", | |
| 153 | + "pages/zuhegou/index/index", | |
| 154 | + "pages/user/binding_info/binding_info", | |
| 155 | + "pages/user/choice_guide/choice_guide", | |
| 156 | + "pages/video/index" | |
| 162 | 157 | ] |
| 163 | 158 | |
| 164 | 159 | } | ... | ... |
packageA/pages/profile/profile.js
| ... | ... | @@ -827,7 +827,7 @@ Page({ |
| 827 | 827 | //-- 跳转到获取导购的列表 -- |
| 828 | 828 | go_get_guide:function () { |
| 829 | 829 | this.check_click_ok(function(){ |
| 830 | - getApp().goto("/pages/user/choice_guide/choice_guide"); | |
| 830 | + getApp().goto("/packageB/pages/user/choice_guide/choice_guide"); | |
| 831 | 831 | },1) |
| 832 | 832 | }, |
| 833 | 833 | ... | ... |
components/catch/catch.js renamed to packageB/components/catch/catch.js
components/catch/catch.json renamed to packageB/components/catch/catch.json
components/catch/catch.wxml renamed to packageB/components/catch/catch.wxml
components/catch/catch.wxss renamed to packageB/components/catch/catch.wxss
pages/user/choice_guide/choice_guide.js renamed to packageB/pages/user/choice_guide/choice_guide.js
pages/user/choice_guide/choice_guide.json renamed to packageB/pages/user/choice_guide/choice_guide.json
pages/user/choice_guide/choice_guide.wxml renamed to packageB/pages/user/choice_guide/choice_guide.wxml
pages/user/choice_guide/choice_guide.wxss renamed to packageB/pages/user/choice_guide/choice_guide.wxss
pages/video/index.js renamed to packageB/pages/video/index.js
pages/video/index.json renamed to packageB/pages/video/index.json
pages/video/index.wxml renamed to packageB/pages/video/index.wxml
pages/video/index.wxss renamed to packageB/pages/video/index.wxss
packageB/pages/zuhegou/index/index.json
pages/giftpack/festival/festival.wxml
| 1 | 1 | <view style="background-color:{{actBgColor==undefined?'#FFB72D':actBgColor}}"> |
| 2 | 2 | <view class="image_box"> |
| 3 | - <image src="{{iurl+bimg?bimg:'/miniapp/images/default_g_img.gif'}}" binderror="bind_bnerr1" data-errorimg="bimg" lazy-load="true"></image> | |
| 3 | + <image src="{{iurl}}{{bimg?bimg:'/miniapp/images/default_g_img.gif'}}" binderror="bind_bnerr1" data-errorimg="bimg" lazy-load="true"></image> | |
| 4 | 4 | </view> |
| 5 | 5 | <block wx:if="{{itemShow}}"> |
| 6 | 6 | <view class="top rel"> | ... | ... |
pages/giftpack/festival/festival.wxss
| ... | ... | @@ -16,7 +16,7 @@ |
| 16 | 16 | } |
| 17 | 17 | |
| 18 | 18 | .top { |
| 19 | - margin: -20rpx 28rpx 45rpx 28rpx; | |
| 19 | + margin: 0rpx 28rpx 45rpx 28rpx; | |
| 20 | 20 | padding: 10rpx 10rpx 70rpx 10rpx; |
| 21 | 21 | background-color: #fff; |
| 22 | 22 | border-radius: 0rpx 0rpx 15rpx 15rpx; |
| ... | ... | @@ -36,7 +36,7 @@ |
| 36 | 36 | -webkit-box-pack: center; |
| 37 | 37 | -webkit-justify-content: center; |
| 38 | 38 | justify-content: center; |
| 39 | - margin: 50rpx 15rpx 20rpx 15rpx; | |
| 39 | + margin: 20rpx 15rpx 20rpx 15rpx; | |
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | .top_box_text text { | ... | ... |
pages/index/index/index.js
| ... | ... | @@ -1009,7 +1009,7 @@ Page({ |
| 1009 | 1009 | //弹出节日有礼 |
| 1010 | 1010 | check_holiday_pop:function(){ |
| 1011 | 1011 | var th=this; |
| 1012 | - getApp().waitfor(th,'w_holiday_pop',th.data.holiday_image,function(){ | |
| 1012 | + getApp().waitfor2(th,'w_holiday_pop','holiday_image',function(){ | |
| 1013 | 1013 | console.log(th.data.holiday_image); |
| 1014 | 1014 | th.setData({ |
| 1015 | 1015 | new_image: th.data.holiday_image, | ... | ... |
pages/index/index/index.wxml
| ... | ... | @@ -416,7 +416,7 @@ |
| 416 | 416 | <view class="t-c"> |
| 417 | 417 | <navigator bindtap="new_nav" hover-class="none"> |
| 418 | 418 | <view class="img-box" style="position: relative;"> |
| 419 | - <image class="receive" src="{{url}}{{new_image==''?'/miniapp/images/newpeople/newreceive.png':new_image}}"></image> | |
| 419 | + <image mode="widthFix" class="receive" src="{{url}}{{new_image==''?'/miniapp/images/newpeople/newreceive.png':new_image}}"></image> | |
| 420 | 420 | </view> |
| 421 | 421 | <!-- <view> --> |
| 422 | 422 | ... | ... |
pages/index/index/index.wxss
pages/user/userinfo/userinfo.js
| ... | ... | @@ -896,7 +896,7 @@ Page({ |
| 896 | 896 | //-- 跳转到获取导购的列表 -- |
| 897 | 897 | go_get_guide:function () { |
| 898 | 898 | this.check_click_ok(function(){ |
| 899 | - getApp().goto("/pages/user/choice_guide/choice_guide"); | |
| 899 | + getApp().goto("/packageB/pages/user/choice_guide/choice_guide"); | |
| 900 | 900 | },1) |
| 901 | 901 | }, |
| 902 | 902 | ... | ... |