version/0412
fanfan 1 year ago
parent f79bcec8e1
commit f317a08c37
  1. 7
      pages/news/goods/addOneGround.vue
  2. 2
      pages/news/goods/oneGrounding.vue
  3. 2
      pages/user/index.vue

@ -217,7 +217,9 @@
} }
}, },
toback() { toback() {
uni.navigateBack() uni.navigateTo({
url: '/pages/news/goods/oneGrounding'
})
}, },
} }
} }
@ -230,6 +232,7 @@
text-align: right; text-align: right;
color: #409eff; color: #409eff;
} }
.btnGroup { .btnGroup {
margin: 60rpx 50rpx; margin: 60rpx 50rpx;
display: flex; display: flex;
@ -315,11 +318,13 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
border-bottom: 1px solid #F7F7F7; border-bottom: 1px solid #F7F7F7;
.b1 { .b1 {
::v-deep .u-input { ::v-deep .u-input {
width: 500rpx !important; width: 500rpx !important;
} }
} }
.a { .a {
text { text {
color: #F34A40; color: #F34A40;

@ -21,7 +21,7 @@
</view> </view>
<u-empty text="暂无数据显示哦~" v-if="list.length==0" mode="list"></u-empty> <u-empty text="暂无数据显示哦~" v-if="list.length==0" mode="list"></u-empty>
</view> </view>
<image src="/static/order/share.png" @click="onGather" mode="" class="recharge_image"></image> <!-- <image src="/static/order/share.png" @click="onGather" mode="" class="recharge_image"></image> -->
</view> </view>
</template> </template>

@ -102,7 +102,7 @@
</view> </view>
<!-- --> <!-- -->
<view class="grounding"> <view class="grounding">
<view class="image-text_2" @click="goJump('/pages/news/goods/oneGrounding')"> <view class="image-text_2" @click="goJump('/pages/news/goods/addOneGround')">
<image :src="$picUrl+'/static/user/shelf.png'" class="label_1"></image> <image :src="$picUrl+'/static/user/shelf.png'" class="label_1"></image>
<view class="text-group_2"> <view class="text-group_2">
<text lines="1" class="text_8">一键上架</text> <text lines="1" class="text_8">一键上架</text>

Loading…
Cancel
Save