H5中0元支付弹窗修改
This commit is contained in:
3
App.vue
3
App.vue
@@ -375,8 +375,7 @@
|
||||
//请求后台接口 解析数据 对比版本
|
||||
that.$Request.getT('/app/user/selectNewApp').then(res => {
|
||||
res = res.data[0];
|
||||
console.log("widgetInfo==",widgetInfo)
|
||||
console.log("selectNewApp==",res)
|
||||
|
||||
if (widgetInfo.version < res.version) {
|
||||
let downloadLink = '';
|
||||
let androidLink = res.androidWgtUrl;
|
||||
|
||||
Reference in New Issue
Block a user