123
This commit is contained in:
parent
34570c4996
commit
cbb91c63dc
|
@ -142,7 +142,6 @@ const getBoxStyle = (index) => ({
|
||||||
|
|
||||||
|
|
||||||
const goToProduct = (item) => {
|
const goToProduct = (item) => {
|
||||||
console.log(item,123);
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '../../../pages/store-home/ProductDetails/ProductDetails?info=' + JSON.stringify(item)
|
url: '../../../pages/store-home/ProductDetails/ProductDetails?info=' + JSON.stringify(item)
|
||||||
})
|
})
|
||||||
|
|
|
@ -73,7 +73,6 @@ const _sfc_main = {
|
||||||
backgroundColor: currentColor.value === index ? "brown" : "#fffef8"
|
backgroundColor: currentColor.value === index ? "brown" : "#fffef8"
|
||||||
});
|
});
|
||||||
const goToProduct = (item) => {
|
const goToProduct = (item) => {
|
||||||
console.log(item, 123);
|
|
||||||
common_vendor.index.navigateTo({
|
common_vendor.index.navigateTo({
|
||||||
url: "../../../pages/store-home/ProductDetails/ProductDetails?info=" + JSON.stringify(item)
|
url: "../../../pages/store-home/ProductDetails/ProductDetails?info=" + JSON.stringify(item)
|
||||||
});
|
});
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"compileType": "miniprogram",
|
"compileType": "miniprogram",
|
||||||
"libVersion": "3.6.5",
|
"libVersion": "3.7.0",
|
||||||
"appid": "wx3f968a09e31d6bed",
|
"appid": "wx3f968a09e31d6bed",
|
||||||
"projectname": "FeiYi",
|
"projectname": "FeiYi",
|
||||||
"condition": {
|
"condition": {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<view wx:if="{{a}}" class="{{['uni-popup', k, l]}}"><view bindtouchstart="{{j}}"><uni-transition wx:if="{{b}}" key="1" bindclick="{{c}}" u-i="4302e1fd-0" bind:__l="__l" u-p="{{d}}"/><uni-transition wx:if="{{i}}" u-s="{{['d']}}" key="2" bindclick="{{h}}" u-i="4302e1fd-1" bind:__l="__l" u-p="{{i}}"><view style="{{e}}" class="{{['uni-popup__wrapper', f]}}" bindtap="{{g}}"><slot/></view></uni-transition></view></view>
|
<view wx:if="{{a}}" class="{{['uni-popup', k, l]}}"><view bindtouchstart="{{j}}"><uni-transition wx:if="{{b}}" key="1" bindclick="{{c}}" u-i="6f1d5c71-0" bind:__l="__l" u-p="{{d}}"/><uni-transition wx:if="{{i}}" u-s="{{['d']}}" key="2" bindclick="{{h}}" u-i="6f1d5c71-1" bind:__l="__l" u-p="{{i}}"><view style="{{e}}" class="{{['uni-popup__wrapper', f]}}" bindtap="{{g}}"><slot/></view></uni-transition></view></view>
|
Loading…
Reference in New Issue
Block a user