完成账单用电初始版本(未联调)
This commit is contained in:
@@ -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}`
|
||||
})
|
||||
},
|
||||
|
||||
/**
|
||||
|
@@ -1,2 +1,2 @@
|
||||
<!--pages/billDetail/index.wxml-->
|
||||
<web-view src="http://localhost:3000/userReport/1/1"/>
|
||||
<web-view src="{{url}}"/>
|
Reference in New Issue
Block a user