Commit d314ac41a35ff205609d4723bf09179b07a202e7
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into test
Showing
5 changed files
with
65 additions
and
41 deletions
packageE/pages/cart/cart2/cart2.js
| ... | ... | @@ -6520,7 +6520,7 @@ Page({ |
| 6520 | 6520 | var pk_list_goods = alllist[index].goods; |
| 6521 | 6521 | |
| 6522 | 6522 | var url = "/api/weshop/cart/delGift?store_id=" + os.stoid + "&user_id=" |
| 6523 | - + getApp().globalData.user_id + "&is_gift=1&pick_id=" + this.data.gift_pkid + "&prom_id=" + this.data.prom_id; | |
| 6523 | + + getApp().globalData.user_id + "&is_gift=1&pick_id=" + this.data.gift_pkid + "&prom_id=" + this.data.gf_prom_id; | |
| 6524 | 6524 | await getApp().request.promiseDelete(url, {}); |
| 6525 | 6525 | |
| 6526 | 6526 | var new_pk_list_goods = []; |
| ... | ... | @@ -6560,9 +6560,9 @@ Page({ |
| 6560 | 6560 | uniform_exp_sum: gf_item.goodsinfo.uniform_exp_sum, |
| 6561 | 6561 | goods_spec: gf_item.goodsinfo.goods_spec, |
| 6562 | 6562 | goods_color: gf_item.goodsinfo.goods_color, |
| 6563 | + is_post_temp:1 //赠品暂时的是要包邮运算, 后面和主商品是不是包邮一样 | |
| 6563 | 6564 | }; |
| 6564 | 6565 | |
| 6565 | - | |
| 6566 | 6566 | //-- 如果是代发商品的时候 -- |
| 6567 | 6567 | if (gf_item.goodsinfo.whsle_id) { |
| 6568 | 6568 | newd.whsle_id = gf_item.goodsinfo.whsle_id; | ... | ... |
packageE/pages/user/monthgiftbag/giftpackbuy/giftpackbuy.js
| ... | ... | @@ -141,25 +141,12 @@ Page({ |
| 141 | 141 | onShow: function () { |
| 142 | 142 | var th=this; |
| 143 | 143 | this.setData({submit:0}) |
| 144 | - i.fy_back('',0,function (){ | |
| 145 | - | |
| 146 | - console.log(getApp().globalData.py_month_bg,'111111'); | |
| 147 | - console.log(th.data.back_ord,'22222'); | |
| 148 | - | |
| 149 | - if(getApp().globalData.py_month_bg && th.data.back_ord){ | |
| 150 | - var b_ord=th.data.back_ord; | |
| 151 | - com.reduce(b_ord,os.stoid); | |
| 152 | - //要进行清空粗粒 | |
| 153 | - getApp().globalData.py_month_bg=0; | |
| 154 | - th.data.back_ord=null; | |
| 155 | - | |
| 156 | - } | |
| 157 | - }) | |
| 144 | + | |
| 158 | 145 | com.set_py_fir(); |
| 159 | 146 | getApp().check_can_share(); |
| 160 | 147 | var th=this; |
| 161 | - //--先判断会员状态-- | |
| 162 | - getApp().is_Single_page(this, function () { | |
| 148 | + //--先判断会员状态-- | |
| 149 | + getApp().is_Single_page(this, function () { | |
| 163 | 150 | var user_info = getApp().globalData.userInfo; |
| 164 | 151 | if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) { |
| 165 | 152 | getApp().goto('/packageE/pages/togoin/togoin'); |
| ... | ... | @@ -173,7 +160,25 @@ Page({ |
| 173 | 160 | th.data.is_get_guide=0; |
| 174 | 161 | |
| 175 | 162 | }) |
| 176 | - this.init(); | |
| 163 | + this.init(); | |
| 164 | + | |
| 165 | + setTimeout(()=> { | |
| 166 | + i.fy_back('', 0, function () { | |
| 167 | + | |
| 168 | + console.log(getApp().globalData.py_month_bg, '111111'); | |
| 169 | + console.log(th.data.back_ord, '22222'); | |
| 170 | + | |
| 171 | + if (getApp().globalData.py_month_bg && th.data.back_ord) { | |
| 172 | + getApp().globalData.fuyou_clear = 1; | |
| 173 | + var b_ord = th.data.back_ord; | |
| 174 | + com.reduce(b_ord, os.stoid); | |
| 175 | + //要进行清空粗粒 | |
| 176 | + getApp().globalData.py_month_bg = 0; | |
| 177 | + th.data.back_ord = null; | |
| 178 | + | |
| 179 | + } | |
| 180 | + }) | |
| 181 | + },1000) | |
| 177 | 182 | }, |
| 178 | 183 | |
| 179 | 184 | //购买礼包 | ... | ... |
packageE/pages/user/monthgiftbag/giftpackinfo/giftpackinfo.js
| ... | ... | @@ -201,16 +201,6 @@ Page({ |
| 201 | 201 | onShow: function () { |
| 202 | 202 | var th=this; |
| 203 | 203 | this.setData({submit:0}) |
| 204 | - ut.fy_back('',0,function (){ | |
| 205 | - if(getApp().globalData.py_month_bg && th.data.back_ord){ | |
| 206 | - var b_ord=th.data.back_ord; | |
| 207 | - com.reduce(b_ord,os.stoid); | |
| 208 | - //要进行清空粗粒 | |
| 209 | - getApp().globalData.py_month_bg=0; | |
| 210 | - th.data.back_ord=null; | |
| 211 | - | |
| 212 | - } | |
| 213 | - }) | |
| 214 | 204 | com.set_py_fir(); |
| 215 | 205 | getApp().check_can_share(); |
| 216 | 206 | getApp().is_Single_page(this, function () { |
| ... | ... | @@ -222,6 +212,21 @@ Page({ |
| 222 | 212 | } |
| 223 | 213 | this.init(); |
| 224 | 214 | }) |
| 215 | + | |
| 216 | + setTimeout(()=>{ | |
| 217 | + ut.fy_back('',0,function (){ | |
| 218 | + if(getApp().globalData.py_month_bg && th.data.back_ord){ | |
| 219 | + getApp().globalData.fuyou_clear=1; | |
| 220 | + var b_ord=th.data.back_ord; | |
| 221 | + com.reduce(b_ord,os.stoid); | |
| 222 | + //要进行清空粗粒 | |
| 223 | + getApp().globalData.py_month_bg=0; | |
| 224 | + th.data.back_ord=null; | |
| 225 | + | |
| 226 | + } | |
| 227 | + }) | |
| 228 | + },1000) | |
| 229 | + | |
| 225 | 230 | }, |
| 226 | 231 | GetBuyPrice: function (e) { |
| 227 | 232 | var that = this.data; | ... | ... |
packageE/pages/user/monthgiftbag/giftpacklist/giftpacklist.js
| ... | ... | @@ -175,18 +175,25 @@ Page({ |
| 175 | 175 | onShow: function () { |
| 176 | 176 | var th=this; |
| 177 | 177 | this.setData({submit:0}) |
| 178 | - ut.fy_back('',0,function (){ | |
| 179 | - if(getApp().globalData.py_month_bg && th.data.back_ord){ | |
| 180 | - var b_ord=th.data.back_ord; | |
| 181 | - com.reduce(b_ord,os.stoid); | |
| 182 | - //要进行清空粗粒 | |
| 183 | - getApp().globalData.py_month_bg=0; | |
| 184 | - th.data.back_ord=null; | |
| 185 | - } | |
| 186 | - }); | |
| 187 | - | |
| 188 | 178 | com.set_py_fir(); |
| 189 | 179 | getApp().check_can_share(); |
| 180 | + | |
| 181 | + setTimeout(()=>{ | |
| 182 | + ut.fy_back('',0,function (){ | |
| 183 | + if(getApp().globalData.py_month_bg && th.data.back_ord){ | |
| 184 | + getApp().globalData.fuyou_clear=1; | |
| 185 | + var b_ord=th.data.back_ord; | |
| 186 | + | |
| 187 | + console.log(b_ord,111) | |
| 188 | + | |
| 189 | + com.reduce(b_ord,os.stoid); | |
| 190 | + //要进行清空粗粒 | |
| 191 | + getApp().globalData.py_month_bg=0; | |
| 192 | + th.data.back_ord=null; | |
| 193 | + } | |
| 194 | + }); | |
| 195 | + },1000) | |
| 196 | + | |
| 190 | 197 | getApp().is_Single_page(this, function () { |
| 191 | 198 | //--先判断会员状态-- |
| 192 | 199 | var user_info = getApp().globalData.userInfo; |
| ... | ... | @@ -196,6 +203,8 @@ Page({ |
| 196 | 203 | } |
| 197 | 204 | this.init(); |
| 198 | 205 | }) |
| 206 | + | |
| 207 | + | |
| 199 | 208 | }, |
| 200 | 209 | GetBuyPrice: function (e) { |
| 201 | 210 | var that = this.data; | ... | ... |
packageE/pages/user/monthgiftbag/public/buy_com.js
| ... | ... | @@ -272,10 +272,15 @@ module.exports = { |
| 272 | 272 | t_pay.pay_data(res,function (){ |
| 273 | 273 | th.setData({submit:0}) |
| 274 | 274 | getApp().goto(url); |
| 275 | - },function (){ | |
| 275 | + },function (e){ | |
| 276 | 276 | th.setData({submit:0}) |
| 277 | 277 | getApp().my_warnning("取消支付", 0, th); |
| 278 | - then1.reduce(order_sn,that.data.getStorageID) | |
| 278 | + if(!getApp().globalData.fuyou_clear){ | |
| 279 | + then1.reduce(order_sn,that.data.getStorageID) | |
| 280 | + console.log(order_sn,222) | |
| 281 | + } | |
| 282 | + | |
| 283 | + getApp().globalData.fuyou_clear=0; | |
| 279 | 284 | }) |
| 280 | 285 | |
| 281 | 286 | // wx.requestPayment({ | ... | ... |