作者 芦瑞泽

bug

... ... @@ -2,8 +2,8 @@
"name" : "宠研兽医",
"appid" : "__UNI__AB7B27B",
"description" : "",
"versionName" : "1.0.7",
"versionCode" : 1070,
"versionName" : "1.0.8",
"versionCode" : 1080,
"transformPx" : false,
"extensions" : {
"uni-cloud-verify" : {} // 启用一键登录扩展,值为空对象即可
... ... @@ -62,7 +62,8 @@
"capabilities" : {
"entitlements" : {
"com.apple.developer.associated-domains" : [
"applinks:static-mp-8ab296ea-35dc-49cc-92d3-9a750639c63d.next.bspapp.com"
"applinks:static-mp-8ab296ea-35dc-49cc-92d3-9a750639c63d.next.bspapp.com",
"applinks:static-mp-7e3bc130-8f93-4e1d-aaa0-ac83ecf08862.next.bspapp.com"
]
}
},
... ... @@ -101,7 +102,7 @@
"share" : {
"weixin" : {
"appid" : "wxaad165a697ab4a97",
"UniversalLinks" : "https://static-mp-8ab296ea-35dc-49cc-92d3-9a750639c63d.next.bspapp.com/uni-universallinks/__UNI__AB7B27B/"
"UniversalLinks" : "https://static-mp-7e3bc130-8f93-4e1d-aaa0-ac83ecf08862.next.bspapp.com/uni-universallinks/__UNI__AB7B27B/"
}
},
"geolocation" : {
... ... @@ -197,5 +198,5 @@
"enable" : true
}
},
"_spaceID" : "mp-8ab296ea-35dc-49cc-92d3-9a750639c63d"
"_spaceID" : "mp-7e3bc130-8f93-4e1d-aaa0-ac83ecf08862"
}
... ...
... ... @@ -45,8 +45,8 @@ export default {
picture2: '',
show: false,
ControlsList: [
{ title: '微信', imgUrl: '/static/images/wechat.png', type: 'wechat' },
{ title: '朋友圈', imgUrl: '/static/images/puq.png', type: 'puq' },
// { title: '微信', imgUrl: '/static/images/wechat.png', type: 'wechat' },
// { title: '朋友圈', imgUrl: '/static/images/puq.png', type: 'puq' },
{ title: '保存图片', imgUrl: '/static/images/download.png', type: 'download' }
],
qrCodeDetail: {},
... ...