暂存代码
This commit is contained in:
@@ -64,8 +64,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
}),
|
||||
c: common_vendor.t(item.title),
|
||||
d: common_vendor.t(item.adPrice),
|
||||
e: item.id,
|
||||
f: common_vendor.o(($event) => $options.jumpInfo(item), item.id)
|
||||
e: common_vendor.t(item.sales),
|
||||
f: item.id,
|
||||
g: common_vendor.o(($event) => $options.jumpInfo(item), item.id)
|
||||
};
|
||||
})
|
||||
};
|
||||
|
||||
@@ -1 +1 @@
|
||||
<view class="choiceness_warp data-v-3619806e"><view class="choiceness_title data-v-3619806e"><up-image wx:if="{{a}}" class="data-v-3619806e" u-i="3619806e-0" bind:__l="__l" u-p="{{a}}"></up-image><view class="choiceness_title_msg data-v-3619806e">为您精选</view><up-image wx:if="{{b}}" class="data-v-3619806e" u-i="3619806e-1" bind:__l="__l" u-p="{{b}}"></up-image></view><view class="choiceness_product data-v-3619806e"><view wx:for="{{c}}" wx:for-item="item" wx:key="e" class="choiceness_product_item data-v-3619806e" bindtap="{{item.f}}"><up-image wx:if="{{item.b}}" class="data-v-3619806e" u-i="{{item.a}}" bind:__l="__l" u-p="{{item.b}}"></up-image><view class="product_item_name data-v-3619806e">{{item.c}}</view><view class="product_item_price data-v-3619806e"><view class="price_ data-v-3619806e"><text class="data-v-3619806e">¥</text><text class="data-v-3619806e" style="color:36rpx">{{item.d}}</text></view></view></view></view></view>
|
||||
<view class="choiceness_warp data-v-3619806e"><view class="choiceness_title data-v-3619806e"><up-image wx:if="{{a}}" class="data-v-3619806e" u-i="3619806e-0" bind:__l="__l" u-p="{{a}}"></up-image><view class="choiceness_title_msg data-v-3619806e">为您精选</view><up-image wx:if="{{b}}" class="data-v-3619806e" u-i="3619806e-1" bind:__l="__l" u-p="{{b}}"></up-image></view><view class="choiceness_product data-v-3619806e"><view wx:for="{{c}}" wx:for-item="item" wx:key="f" class="choiceness_product_item data-v-3619806e" bindtap="{{item.g}}"><up-image wx:if="{{item.b}}" class="data-v-3619806e" u-i="{{item.a}}" bind:__l="__l" u-p="{{item.b}}"></up-image><view class="product_item_name data-v-3619806e">{{item.c}}</view><view class="product_item_price data-v-3619806e"><view class="price_ data-v-3619806e"><text class="data-v-3619806e">¥</text><text class="data-v-3619806e" style="color:36rpx">{{item.d}}</text></view><view class="price_sell data-v-3619806e">已售{{item.e}}件</view></view></view></view></view>
|
||||
@@ -23,7 +23,7 @@
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
.choiceness_warp.data-v-3619806e {
|
||||
margin-top: 100rpx;
|
||||
margin-top: 50rpx;
|
||||
}
|
||||
.choiceness_title.data-v-3619806e {
|
||||
display: flex;
|
||||
|
||||
+5
-6
@@ -76,17 +76,16 @@ if (!Math) {
|
||||
}
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
a: common_vendor.o(_ctx.jumpMine),
|
||||
b: common_vendor.p({
|
||||
a: common_vendor.p({
|
||||
src: "/static/common/left.png",
|
||||
width: "18",
|
||||
height: "20",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
c: common_vendor.o((...args) => $options.leftJump && $options.leftJump(...args)),
|
||||
d: common_vendor.t($props.leftTitle),
|
||||
e: common_vendor.t($props.rightTitle),
|
||||
f: common_vendor.o((...args) => $options.rightJump && $options.rightJump(...args))
|
||||
b: common_vendor.o((...args) => $options.leftJump && $options.leftJump(...args)),
|
||||
c: common_vendor.t($props.leftTitle),
|
||||
d: common_vendor.t($props.rightTitle),
|
||||
e: common_vendor.o((...args) => $options.rightJump && $options.rightJump(...args))
|
||||
};
|
||||
}
|
||||
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-5be51a94"]]);
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
<view class="header_ data-v-5be51a94"><view class="data-v-5be51a94" style="margin-top:20rpx" bindtap="{{c}}"><up-image wx:if="{{b}}" class="data-v-5be51a94" bindclick="{{a}}" u-i="5be51a94-0" bind:__l="__l" u-p="{{b}}"/></view><view class="title_ data-v-5be51a94">{{d}}</view><view class="data-v-5be51a94" bindtap="{{f}}">{{e}}</view></view>
|
||||
<view class="header_ data-v-5be51a94"><view class="data-v-5be51a94" style="margin-top:20rpx" bindtap="{{b}}"><up-image wx:if="{{a}}" class="data-v-5be51a94" u-i="5be51a94-0" bind:__l="__l" u-p="{{a}}"/></view><view class="title_ data-v-5be51a94">{{c}}</view><view class="data-v-5be51a94" bindtap="{{e}}">{{d}}</view></view>
|
||||
Reference in New Issue
Block a user