调整购物车样式
This commit is contained in:
11
app.json
11
app.json
@@ -40,7 +40,8 @@
|
||||
"pages/refund/logs/logs",
|
||||
"pages/richText/richText",
|
||||
"pages/bag/bag",
|
||||
"pages/bag/bagConfirm/bagConfirm"
|
||||
"pages/bag/bagConfirm/bagConfirm",
|
||||
"pages/store/store"
|
||||
],
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
@@ -80,8 +81,14 @@
|
||||
"borderStyle": "white"
|
||||
},
|
||||
"requiredPrivateInfos": [
|
||||
"chooseAddress"
|
||||
"chooseAddress",
|
||||
"getFuzzyLocation"
|
||||
],
|
||||
"permission": {
|
||||
"scope.getFuzzyLocation": {
|
||||
"desc": "位置信息仅用于商品配送"
|
||||
}
|
||||
},
|
||||
"style": "v2",
|
||||
"sitemapLocation": "sitemap.json"
|
||||
}
|
||||
Reference in New Issue
Block a user