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