Commit fe835cab authored by 刘玉宏's avatar 刘玉宏

shopid

parent 3c67e3ad
...@@ -72,7 +72,7 @@ const getList = async () => { ...@@ -72,7 +72,7 @@ const getList = async () => {
}; };
const shopGto = (item) => { const shopGto = (item) => {
xma.navigateTo({ xma.navigateTo({
url: `/pages/storeEntry/detail${item ? `?content=${JSON.stringify(item)}` : ''}`, url: `/pages/storeEntry/detail${item ? `?content=${item}` : ''}`,
success: function (res) { success: function (res) {
// 通过eventChannel向被打开页面传送数据 // 通过eventChannel向被打开页面传送数据
res.eventChannel.emit('acceptDataFromOpenerPage', { data: item }); res.eventChannel.emit('acceptDataFromOpenerPage', { data: item });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment