修改发票信息

This commit is contained in:
2024-05-06 10:15:58 +08:00
parent 9c717eeb80
commit dcff32cd1f
5 changed files with 30 additions and 19 deletions

View File

@@ -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}`
})
},

View File

@@ -1,2 +1,4 @@
<!--pages/billDetail/index.wxml-->
<web-view src="{{url}}"/>
<view>
<web-view src="{{url}}"/>
</view>