|
@@ -15,7 +15,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="list" style="margin-top:50rpx;">
|
|
|
-
|
|
|
+ <view class="title">
|
|
|
+ 团购商品
|
|
|
+ </view>
|
|
|
<view class='item acea-row row-between-wrapper'>
|
|
|
<view class='name'>团购时间</view>
|
|
|
<view @click="show1 = true">
|
|
@@ -50,7 +52,7 @@
|
|
|
|
|
|
</view>
|
|
|
|
|
|
- <view class="list select-list" v-if="selectGoodList.length>0">
|
|
|
+ <view class="list select-list" v-if="selectGoodList.length > 0">
|
|
|
<view class="title">
|
|
|
团购商品
|
|
|
</view>
|
|
@@ -80,7 +82,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
- <button class='keepBnt bg-color' form-type="submit">{{ $t(`立即保存`) }}</button>
|
|
|
+ <button class='keepBnt' form-type="submit">保存并提交</button>
|
|
|
<!-- #ifdef MP -->
|
|
|
<!-- <view class="wechatAddress" v-if="!id" @click="getWxAddress">{{ $t(`导入微信地址`) }}</view> -->
|
|
|
<!-- #endif -->
|
|
@@ -207,8 +209,8 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
- delItem(index){
|
|
|
- this.selectGoodList.splice(index,1)
|
|
|
+ delItem (index) {
|
|
|
+ this.selectGoodList.splice(index, 1)
|
|
|
},
|
|
|
getSelectData (data) {
|
|
|
this.selectGoodList = data
|
|
@@ -634,6 +636,15 @@ export default {
|
|
|
|
|
|
.addAddress .list {
|
|
|
background-color: #fff;
|
|
|
+ padding-top: 10rpx;
|
|
|
+ .title {
|
|
|
+ margin: 30rpx;
|
|
|
+ height: 44rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: bolder;
|
|
|
+ color: #111111;
|
|
|
+ line-height: 44rpx;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.addAddress .list .item {
|
|
@@ -687,14 +698,15 @@ export default {
|
|
|
}
|
|
|
|
|
|
.addAddress .keepBnt {
|
|
|
- width: 690rpx;
|
|
|
- height: 86rpx;
|
|
|
- border-radius: 50rpx;
|
|
|
- text-align: center;
|
|
|
- line-height: 86rpx;
|
|
|
- margin: 50rpx auto;
|
|
|
- font-size: 32rpx;
|
|
|
- color: #fff;
|
|
|
+ width: 90%;
|
|
|
+ height: 84rpx;
|
|
|
+ background: #B42A3E;
|
|
|
+ border-radius: 8rpx;
|
|
|
+ margin: 30rpx auto;
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 84rpx;
|
|
|
}
|
|
|
|
|
|
.addAddress .wechatAddress {
|
|
@@ -711,13 +723,16 @@ export default {
|
|
|
|
|
|
|
|
|
.button_1 {
|
|
|
- background-color: rgba(255, 255, 255, 1);
|
|
|
- border-radius: 4px;
|
|
|
- border: 1px solid rgba(180, 42, 62, 1);
|
|
|
- align-self: center;
|
|
|
- margin-top: 12px;
|
|
|
- width: 319px;
|
|
|
- padding: 10px 130px 10px 131px;
|
|
|
+ width: 90%;
|
|
|
+ height: 84rpx;
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 8rpx;
|
|
|
+ border: 2rpx solid #B42A3E;
|
|
|
+ margin: 30rpx auto;
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #B42A3E;
|
|
|
+ line-height: 84rpx;
|
|
|
}
|
|
|
|
|
|
.text_15 {
|
|
@@ -733,34 +748,35 @@ export default {
|
|
|
|
|
|
|
|
|
.acea-row-item {
|
|
|
- display: flex;
|
|
|
- width: 100% !important;
|
|
|
- flex-direction: row;
|
|
|
-
|
|
|
-
|
|
|
- .picture {
|
|
|
- width: 120rpx;
|
|
|
- height: 120rpx;
|
|
|
- border-radius: 50%;
|
|
|
- image {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- border-radius: 50%;
|
|
|
-}
|
|
|
- }
|
|
|
+ display: flex;
|
|
|
+ width: 100% !important;
|
|
|
+ flex-direction: row;
|
|
|
+
|
|
|
|
|
|
- .p-r {
|
|
|
- flex-direction: column;
|
|
|
+ .picture {
|
|
|
+ width: 120rpx;
|
|
|
+ height: 120rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+
|
|
|
+ image {
|
|
|
width: 100%;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+ height: 100%;
|
|
|
+ border-radius: 50%;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .name {}
|
|
|
+ .p-r {
|
|
|
+ flex-direction: column;
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
|
|
|
- .acea-row-item-bArea {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- }
|
|
|
+ .name {}
|
|
|
+
|
|
|
+ .acea-row-item-bArea {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
}
|
|
|
+}
|
|
|
</style>
|