This commit is contained in:
zhangmanman
2021-06-29 14:15:41 +08:00
parent fa6638c90b
commit b5c5316f8b
17 changed files with 136 additions and 7 deletions

37
pages/car/index.js Normal file
View File

@@ -0,0 +1,37 @@
/*
* 本时生活
*/
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad (options) {
console.log(options)
// this.couponInfo()
},
/**
* 生命周期函数--监听页面显示
*/
onShow () {
},
/**
* 卡券列表
*/
couponInfo() {
wx.$api.user.washcarBuy().then(res=>{
console.log(res)
})
}
})

3
pages/car/index.json Normal file
View File

@@ -0,0 +1,3 @@
{
"usingComponents": {}
}

2
pages/car/index.wxml Normal file
View File

@@ -0,0 +1,2 @@
<!--pages/car/index.wxml-->
<text>pages/car/index.wxml</text>

1
pages/car/index.wxss Normal file
View File

@@ -0,0 +1 @@
/* pages/car/index.wxss */