作者 芦瑞泽

bug

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