0000
This commit is contained in:
15
pages/myDiscount/myDiscount.js
Normal file
15
pages/myDiscount/myDiscount.js
Normal file
@@ -0,0 +1,15 @@
|
||||
Page({
|
||||
data: {},
|
||||
onLoad: function(n) {
|
||||
wx.showModal({
|
||||
title: "开发中~"
|
||||
});
|
||||
},
|
||||
onReady: function() {},
|
||||
onShow: function() {},
|
||||
onHide: function() {},
|
||||
onUnload: function() {},
|
||||
onPullDownRefresh: function() {},
|
||||
onReachBottom: function() {},
|
||||
onShareAppMessage: function() {}
|
||||
});
|
||||
6
pages/myDiscount/myDiscount.json
Normal file
6
pages/myDiscount/myDiscount.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
"page-loding": "../../template/pageLoding/pageLoding"
|
||||
},
|
||||
"navigationBarTitleText": "聚美汽服"
|
||||
}
|
||||
1
pages/myDiscount/myDiscount.wxml
Normal file
1
pages/myDiscount/myDiscount.wxml
Normal file
@@ -0,0 +1 @@
|
||||
<view></view>
|
||||
0
pages/myDiscount/myDiscount.wxss
Normal file
0
pages/myDiscount/myDiscount.wxss
Normal file
Reference in New Issue
Block a user