feat:app改造
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user