更换苹果支付模式

This commit is contained in:
@fawn-nine
2024-07-19 13:29:35 +08:00
parent 54694548f4
commit a582e56af5
4 changed files with 99 additions and 109 deletions

View File

@@ -546,14 +546,6 @@
"navigationBarTitleText" : "工单提交页面",
"enablePullDownRefresh": true
}
},
{
"path" : "pages/stsViode/index/index",
"style" :
{
"navigationBarTitleText" : "STS加密视频播放页面",
"enablePullDownRefresh": true
}
}
],
"globalStyle": {
@@ -607,8 +599,8 @@
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "sts测试", //模式名称
"path": "pages/stsViode/index/index", //启动页面,必选
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数在页面的onLoad函数里面得到
}
]