feat:app改造

This commit is contained in:
2026-08-17 09:27:07 +08:00
parent aa20d121f7
commit 97d3e1cd36
11 changed files with 1923 additions and 271 deletions
+8 -2
View File
@@ -1,6 +1,6 @@
<template>
<view class="choiceness_warp">
<view class="choiceness_title">
<view class="choiceness_title" v-if="isTitle">
<up-image src="/static/common/jingxuan_left.png" width="24" height="8" bgColor="#f1f6ff00"></up-image>
<view class="choiceness_title_msg">为您精选</view>
<up-image src="/static/common/jingxuan_right.png" width="24" height="8" bgColor="#f1f6ff00"></up-image>
@@ -28,6 +28,12 @@ import { searchList } from "@/api/product.js";
export default {
name: "choiceness",
props: {
isTitle: {
type: Boolean,
default: true
},
},
data() {
return {
productList: [],
@@ -73,7 +79,7 @@ export default {
<style lang="scss" scoped>
.choiceness_warp {
margin-top: 35rpx;
margin-top: 30rpx;
}
.choiceness_title {