完成账单用电初始版本(未联调)

This commit is contained in:
2024-04-29 17:26:51 +08:00
parent 8d0f1931a9
commit 9c717eeb80
21 changed files with 374 additions and 32 deletions

View File

@@ -12,7 +12,12 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad(options) {
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}`
})
},
/**

View File

@@ -1,2 +1,2 @@
<!--pages/billDetail/index.wxml-->
<web-view src="http://localhost:3000/userReport/1/1"/>
<web-view src="{{url}}"/>