作者 贾少康

合并分支 'Branch_jsk' 到 'master'

Branch jsk



查看合并请求 !188
@@ -94,5 +94,5 @@ @@ -94,5 +94,5 @@
94 "https" : true 94 "https" : true
95 } 95 }
96 }, 96 },
97 - "appid" : "__UNI__E30DA7B" 97 + "appid" : "__UNI__A0F51A4"
98 } 98 }
@@ -279,12 +279,21 @@ export default { @@ -279,12 +279,21 @@ export default {
279 }, 279 },
280 //领劵 280 //领劵
281 getCoupon() { 281 getCoupon() {
  282 + console.log(uni.getStorageSync('is_focus'),'-*-*-*-*-');
282 if (!uni.getStorageSync('token')) { 283 if (!uni.getStorageSync('token')) {
283 this.$loginCustom(1); 284 this.$loginCustom(1);
284 } else { 285 } else {
285 - uni.navigateTo({  
286 - url: 'coupon/coupon'  
287 - }); 286 + if (!uni.getStorageSync('is_focus')) {
  287 + uni.navigateTo({
  288 + url: '/pages/home/coupon/coupon'
  289 + });
  290 + } else {
  291 + console.log(0);
  292 + uni.showToast({
  293 + title: '已关注,请到我的优惠券查看优惠券',
  294 + icon: 'none'
  295 + });
  296 + }
288 } 297 }
289 } 298 }
290 } 299 }