修改发票信息
This commit is contained in:
@@ -15,8 +15,8 @@ Page({
|
||||
const { id: report } = options;
|
||||
const { id: tenement } = wx.getStorageSync('tenement')
|
||||
this.setData({
|
||||
// url: `https://zgd.hbhcbn.com/h5/?report=${report}&tenement=${tenement}`
|
||||
url: `http://localhost:3000/?report=${report}&tenement=${tenement}`
|
||||
url: `https://zgd.hbhcbn.com/h5/?report=${report}&tenement=${tenement}`
|
||||
// url: `http://localhost:3000/?report=${report}&tenement=${tenement}`
|
||||
})
|
||||
},
|
||||
|
||||
|
@@ -1,2 +1,4 @@
|
||||
<!--pages/billDetail/index.wxml-->
|
||||
<web-view src="{{url}}"/>
|
||||
<view>
|
||||
<web-view src="{{url}}"/>
|
||||
</view>
|
Reference in New Issue
Block a user