This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
ttc
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
未授权定位时商户名出错问题
product
HolyKnightIX
1 year ago
parent
af9f736da3
commit
effab594c6
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
package2/pages/appointment/appointment.js
+ 9
- 0
package2/pages/appointment/appointment.js
View File
@@ -145,6 +145,15 @@ Page({
},
// 拒绝提供定位权限
fail: error => {
console.log(error, 'error');
const mallList = that.data.mallList
mallList.forEach(item => {
item.distanceName = item.merchantName
})
that.setData({
mallList
})
},
complete: finish => {
Write
Preview
Loading…
Cancel
Save