1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

小程序(及后端)订单详情页完成;后端获取用户订单列表接口完成

This commit is contained in:
2023-03-20 00:24:19 +08:00
parent 90a17c926e
commit 960280b11e
29 changed files with 838 additions and 53 deletions

View File

@@ -5,14 +5,17 @@ Page({
* 页面的初始数据
*/
data: {
options: {},
},
/**
* 生命周期函数--监听页面加载
*/
onLoad(options) {
console.log(options)
this.setData({
options: JSON.stringify(options),
})
},
/**

View File

@@ -1,4 +1,5 @@
<!--pages/scan/entrance.wxml-->
<view>
您将要进入社区:未知
{{ options }}
</view>