From 888d41e8e3dd417768b83a39104dc152203d2a31 Mon Sep 17 00:00:00 2001
From: liaoanqi <1776106376@qq.com>
Date: Mon, 27 Jun 2022 10:38:06 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA=EF=BC=8C?=
=?UTF-8?q?=E9=99=90=E6=97=B6=E7=89=B9=E6=83=A0=E5=8A=9F=E8=83=BD=E9=99=90?=
=?UTF-8?q?=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
mall4m/pages/index/index.js | 8 ++++++++
mall4m/pages/index/index.wxml | 2 +-
mall4m/pages/prod-classify/prod-classify.wxml | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/mall4m/pages/index/index.js b/mall4m/pages/index/index.js
index f930f65..435aa99 100644
--- a/mall4m/pages/index/index.js
+++ b/mall4m/pages/index/index.js
@@ -77,6 +77,14 @@ Page({
url: '/pages/recent-news/recent-news',
})
},
+
+ //跳转限时特惠页面
+ toLimitedTimeOffer: function(e) {
+ wx.showToast({
+ icon:"none",
+ title: '该功能未开源'
+ })
+ },
onShow: function() {
},
diff --git a/mall4m/pages/index/index.wxml b/mall4m/pages/index/index.wxml
index cc4e276..7613a60 100644
--- a/mall4m/pages/index/index.wxml
+++ b/mall4m/pages/index/index.wxml
@@ -27,7 +27,7 @@
新品推荐
-
+
限时特惠
diff --git a/mall4m/pages/prod-classify/prod-classify.wxml b/mall4m/pages/prod-classify/prod-classify.wxml
index 2e61f0c..09970ba 100644
--- a/mall4m/pages/prod-classify/prod-classify.wxml
+++ b/mall4m/pages/prod-classify/prod-classify.wxml
@@ -8,7 +8,7 @@
-
+
暂无商品
\ No newline at end of file