diff --git a/components/commodityMould/commodityMould.wxml b/components/commodityMould/commodityMould.wxml
index cbc90fa..2ed44dc 100644
--- a/components/commodityMould/commodityMould.wxml
+++ b/components/commodityMould/commodityMould.wxml
@@ -54,7 +54,7 @@
-
+
查看更多优惠活动
diff --git a/index/user.js b/index/user.js
index d2774f9..1c1d3d7 100644
--- a/index/user.js
+++ b/index/user.js
@@ -102,6 +102,7 @@ Page({
},
//是否授权手机号
ifPhoneInfo() {
+ const that = this
Http.get({
url: config.api.checkPhoneStatus,
data: {}
diff --git a/pages/coupon/detail/index.wxml b/pages/coupon/detail/index.wxml
index ff8cb26..67c7a8e 100644
--- a/pages/coupon/detail/index.wxml
+++ b/pages/coupon/detail/index.wxml
@@ -175,7 +175,7 @@
-
+
diff --git a/pages/index/searchbar/detail/index.js b/pages/index/searchbar/detail/index.js
index 6ce6581..ddde546 100644
--- a/pages/index/searchbar/detail/index.js
+++ b/pages/index/searchbar/detail/index.js
@@ -61,7 +61,8 @@ Page({
});
that.getList(options.id);
that.getCouponList(options.id);
- that.checkPhoneStatus()
+ // 2023-5-19,因微信公众平台审核无法通过,此页面不再要求授权手机号
+ // that.checkPhoneStatus()
that.setData({
currentTab: 0
})
diff --git a/pages/spellGroup/mySpellGroup/index.wxml b/pages/spellGroup/mySpellGroup/index.wxml
index 8a4628d..850568d 100644
--- a/pages/spellGroup/mySpellGroup/index.wxml
+++ b/pages/spellGroup/mySpellGroup/index.wxml
@@ -31,12 +31,10 @@
售卖期:{{data.soldStartTime}} 至 {{data.soldEndTime}}
- (请在售卖期内购买)
使用期:{{data.validStartDate}} 至 {{data.validEndDate}}
- (请在使用期内使用)
diff --git a/pages/spellGroup/mySpellGroup/index.wxss b/pages/spellGroup/mySpellGroup/index.wxss
index 7318dda..23a4823 100644
--- a/pages/spellGroup/mySpellGroup/index.wxss
+++ b/pages/spellGroup/mySpellGroup/index.wxss
@@ -446,7 +446,7 @@ button::after {
.timeX {
display: block;
font-size: 24rpx;
- color: #333;
+ color: #7c7c7c;
letter-spacing: 0;
line-height: 33rpx;
}