浏览代码

修改

master
ljc 5 年前
父节点
当前提交
0a5beffcef
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      laomenkuang_project/pages/shop/shop.js

+ 2
- 1
laomenkuang_project/pages/shop/shop.js 查看文件

@@ -203,8 +203,9 @@ Page({
},
callPhone:function(e){//拨打电话
var index = e.target.dataset.index;
console.log(index)
wx.makePhoneCall({
phoneNumber: this.data.getDataArr[index].phone
phoneNumber: this.data.showDataArr[index].shop_phone
})
},
getInputVal:function(e){//获取input框中value

正在加载...
取消
保存