This commit is contained in:
2025-04-18 17:55:09 +08:00
parent 8e44473164
commit 5741f5b1ec
18 changed files with 14244 additions and 12240 deletions

View File

@@ -199,6 +199,7 @@ export default {
}); // 这里转换成 字符串
console.log('mynavData at line 192:', mynavData)
this.$refs.commonSelectGoods.close();
uni.navigateTo({
url: `/pages/goods/order/index?data=${mynavData}`,
});