Commit 22b9a14db7ce839849f0853cff5e57edada4bea6

Authored by taiyuan
2 parents 5cf16d19 49bfbe15

Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev

app.json
@@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
24 "pages/user/return_goods/return_goods", 24 "pages/user/return_goods/return_goods",
25 "pages/user/withdrawals/withdrawals", 25 "pages/user/withdrawals/withdrawals",
26 "pages/user/express/express", 26 "pages/user/express/express",
27 - "pages/user/binding_info/binding_info",  
28 "pages/user/get_user_info/get_user_info", 27 "pages/user/get_user_info/get_user_info",
29 "pages/activity/seckill_list/seckill_list", 28 "pages/activity/seckill_list/seckill_list",
30 "pages/activity/pind_list/pind_list", 29 "pages/activity/pind_list/pind_list",
@@ -76,10 +75,8 @@ @@ -76,10 +75,8 @@
76 "pages/user/assistance/friend_assistance", 75 "pages/user/assistance/friend_assistance",
77 "pages/user/assistance/assistance_success", 76 "pages/user/assistance/assistance_success",
78 "pages/user/assistance/assistance", 77 "pages/user/assistance/assistance",
79 - "pages/video/index",  
80 "pages/template/index", 78 "pages/template/index",
81 "pages/store/index", 79 "pages/store/index",
82 - "pages/user/choice_guide/choice_guide",  
83 "pages/cart/cart2_inte/cart2_inte", 80 "pages/cart/cart2_inte/cart2_inte",
84 "pages/giftpack/festival/festival", 81 "pages/giftpack/festival/festival",
85 "pages/team/team_more/team_more", 82 "pages/team/team_more/team_more",
@@ -88,12 +85,6 @@ @@ -88,12 +85,6 @@
88 "pages/user/deposit/prepaid/prepaid", 85 "pages/user/deposit/prepaid/prepaid",
89 "pages/distribution/distribution" 86 "pages/distribution/distribution"
90 ], 87 ],
91 - "plugins": {  
92 - "live-player-plugin": {  
93 - "version": "1.3.0",  
94 - "provider": "wx2b03c6e691cd7370"  
95 - }  
96 - },  
97 "subPackages": [{ 88 "subPackages": [{
98 "root": "packageA/", 89 "root": "packageA/",
99 "name":"pack1", 90 "name":"pack1",
@@ -158,7 +149,11 @@ @@ -158,7 +149,11 @@
158 "pages/evaluate_list/evaluate_list", 149 "pages/evaluate_list/evaluate_list",
159 "pages/luckactivity/luckinfo/luckinfo", 150 "pages/luckactivity/luckinfo/luckinfo",
160 "pages/luckactivity/index/index", 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,7 +827,7 @@ Page({
827 //-- 跳转到获取导购的列表 -- 827 //-- 跳转到获取导购的列表 --
828 go_get_guide:function () { 828 go_get_guide:function () {
829 this.check_click_ok(function(){ 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 },1) 831 },1)
832 }, 832 },
833 833
components/catch/catch.js renamed to packageB/components/catch/catch.js
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 const { 2 const {
3 barcode, 3 barcode,
4 qrcode 4 qrcode
5 -} = require('../../utils/index.js') 5 +} = require('../../../utils/index.js')
6 6
7 Component({ 7 Component({
8 data: { 8 data: {
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
1 -@import '../../app.wxss';  
2 - 1 +@import '../../../app.wxss';
3 2
4 .container { 3 .container {
5 background-color: #f5f5f5; 4 background-color: #f5f5f5;
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
1 { 1 {
2 "usingComponents": { 2 "usingComponents": {
3 - "catch": "/components/catch/catch", 3 + "catch": "/packageB//components/catch/catch",
4 "nodata": "/components/nodata/nodata", 4 "nodata": "/components/nodata/nodata",
5 "painter": "/packageB/components/painter/painter", 5 "painter": "/packageB/components/painter/painter",
6 "warn": "/components/long_warn/long_warn" 6 "warn": "/components/long_warn/long_warn"
pages/giftpack/festival/festival.wxml
1 <view style="background-color:{{actBgColor==undefined?'#FFB72D':actBgColor}}"> 1 <view style="background-color:{{actBgColor==undefined?'#FFB72D':actBgColor}}">
2 <view class="image_box"> 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 </view> 4 </view>
5 <block wx:if="{{itemShow}}"> 5 <block wx:if="{{itemShow}}">
6 <view class="top rel"> 6 <view class="top rel">
pages/giftpack/festival/festival.wxss
@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
16 } 16 }
17 17
18 .top { 18 .top {
19 - margin: -20rpx 28rpx 45rpx 28rpx; 19 + margin: 0rpx 28rpx 45rpx 28rpx;
20 padding: 10rpx 10rpx 70rpx 10rpx; 20 padding: 10rpx 10rpx 70rpx 10rpx;
21 background-color: #fff; 21 background-color: #fff;
22 border-radius: 0rpx 0rpx 15rpx 15rpx; 22 border-radius: 0rpx 0rpx 15rpx 15rpx;
@@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
36 -webkit-box-pack: center; 36 -webkit-box-pack: center;
37 -webkit-justify-content: center; 37 -webkit-justify-content: center;
38 justify-content: center; 38 justify-content: center;
39 - margin: 50rpx 15rpx 20rpx 15rpx; 39 + margin: 20rpx 15rpx 20rpx 15rpx;
40 } 40 }
41 41
42 .top_box_text text { 42 .top_box_text text {
pages/index/index/index.js
@@ -1009,7 +1009,7 @@ Page({ @@ -1009,7 +1009,7 @@ Page({
1009 //弹出节日有礼 1009 //弹出节日有礼
1010 check_holiday_pop:function(){ 1010 check_holiday_pop:function(){
1011 var th=this; 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 console.log(th.data.holiday_image); 1013 console.log(th.data.holiday_image);
1014 th.setData({ 1014 th.setData({
1015 new_image: th.data.holiday_image, 1015 new_image: th.data.holiday_image,
pages/index/index/index.wxml
@@ -416,7 +416,7 @@ @@ -416,7 +416,7 @@
416 <view class="t-c"> 416 <view class="t-c">
417 <navigator bindtap="new_nav" hover-class="none"> 417 <navigator bindtap="new_nav" hover-class="none">
418 <view class="img-box" style="position: relative;"> 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 </view> 420 </view>
421 <!-- <view> --> 421 <!-- <view> -->
422 422
pages/index/index/index.wxss
@@ -1067,6 +1067,6 @@ page { @@ -1067,6 +1067,6 @@ page {
1067 1067
1068 .img-box { 1068 .img-box {
1069 width: 560rpx; 1069 width: 560rpx;
1070 - height: 800rpx; 1070 + height: auto;
1071 } 1071 }
1072 1072
pages/user/userinfo/userinfo.js
@@ -896,7 +896,7 @@ Page({ @@ -896,7 +896,7 @@ Page({
896 //-- 跳转到获取导购的列表 -- 896 //-- 跳转到获取导购的列表 --
897 go_get_guide:function () { 897 go_get_guide:function () {
898 this.check_click_ok(function(){ 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 },1) 900 },1)
901 }, 901 },
902 902