|
|
@@ -24,6 +24,26 @@ Page({
|
|
|
handleCloseAddCartModal() {
|
|
|
this.setData({ showAddCartModal: false });
|
|
|
},
|
|
|
+
|
|
|
+ // 进入今日热门页
|
|
|
+ hotBut: function(){
|
|
|
+ wx.navigateTo({
|
|
|
+ url: '../Mall/hotCommodity/hotCommodity',
|
|
|
+ })
|
|
|
+ },
|
|
|
+ // 进入新品上市页
|
|
|
+ newBut: function(){
|
|
|
+ wx.navigateTo({
|
|
|
+ url: '../Mall/newCommodity/newCommodity',
|
|
|
+ })
|
|
|
+ },
|
|
|
+ // 进入预售页
|
|
|
+ presaleBut: function(){
|
|
|
+ wx.navigateTo({
|
|
|
+ url: '../Mall/presaleCommodity/presaleCommodity',
|
|
|
+ })
|
|
|
+ },
|
|
|
+
|
|
|
onLoad: async function (options) {
|
|
|
|
|
|
// 生命周期函数--监听页面加载
|