update:代码备份
This commit is contained in:
@@ -13,7 +13,7 @@ const { updateUser } = store;
|
||||
|
||||
const toOrderPage = () => {
|
||||
uni.navigateTo({
|
||||
url: "/pages/orders",
|
||||
url: "/pages/member/orders",
|
||||
});
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ const toFristTryPage = async () => {
|
||||
};
|
||||
const toBeVipPage = () => {
|
||||
uni.navigateTo({
|
||||
url: "/pages/be-vip",
|
||||
url: "/pages/member/be-vip",
|
||||
});
|
||||
};
|
||||
const toMyGrowthPage = () => {
|
||||
|
||||
Reference in New Issue
Block a user