This website works better with JavaScript.
首頁
探索
說明
註冊
登入
weapp
/
ttc
關註
6
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
未授权定位时商户名出错问题
product
HolyKnightIX
1 年之前
父節點
af9f736da3
當前提交
effab594c6
共有
1 個文件被更改
,包括
9 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
package2/pages/appointment/appointment.js
+ 9
- 0
package2/pages/appointment/appointment.js
查看文件
@@ -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…
取消
儲存