增加聊天功能
This commit is contained in:
@@ -281,6 +281,11 @@ const myFunList = ref([
|
||||
type: "fenxiao",
|
||||
icon: "/static/icon/fenxiao.svg",
|
||||
},
|
||||
{
|
||||
name: "商家推送",
|
||||
type: "msg",
|
||||
icon: "/static/icon/msg.png",
|
||||
},
|
||||
// {
|
||||
// name: "我的订单",
|
||||
// type: "my_order",
|
||||
@@ -383,6 +388,9 @@ const clickTo = (item, index) => {
|
||||
}
|
||||
let shopId = null;
|
||||
switch (item.type) {
|
||||
case "msg":
|
||||
uni.navigateTo({ url: "/pageChat/index" });
|
||||
break;
|
||||
case "my_order":
|
||||
uni.pro.switchTab("order/index");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user