优化部分代码冗余

This commit is contained in:
lemon橪
2021-08-11 10:28:04 +08:00
parent 1fbb43c848
commit 464379178d
8 changed files with 6 additions and 169 deletions

View File

@@ -524,16 +524,8 @@
"style": {
"navigationBarTitleText": "我的优惠券",
"app-plus": {
"bounce": "coupon/none",
"titleNView": {
"padding-right": "12",
"buttons": [{
"fontSrc": "/static/font/iconfont/iconfont.ttf",
"text": "\ue608",
"fontSize": "20",
"color": "#FFFFFF"
}]
}
"bounce": "coupon/none"
}
}
},
@@ -554,19 +546,8 @@
"path": "coupon/couponCenter",
"style": {
"navigationBarTitleText": "领券中心",
"enablePullDownRefresh": true,
"app-plus": {
"bounce": "none",
"titleNView": {
"padding-right": "12",
"buttons": [{
"fontSrc": "/static/font/iconfont/iconfont.ttf",
"text": "\ue608",
"fontSize": "20",
"color": "#FFFFFF"
}]
}
}
"enablePullDownRefresh": true
}
},
{