tianyi 4 weeks ago
parent
commit
5851f56c4f
  1. 14
      package1/address/addressList.vue
  2. 4
      package1/group/groupBuySingle.vue
  3. 2
      package1/group/searchGroup.vue
  4. 4
      package1/group/shopEvaluate.vue
  5. 4
      package1/myCenter/addGoods.vue
  6. 6
      package1/myCenter/dataStatistics.vue
  7. 4
      package1/myCenter/goodsList.vue
  8. 16
      package1/myCenter/partTimeJobRegister.vue
  9. 10
      package1/order/orderDetail.vue
  10. 4
      package1/order/orderEvaluate.vue
  11. 2
      package1/order/pendGroup.vue
  12. 8
      package1/order/returnOrder.vue
  13. 10
      package1/runErrand/runErrand.vue

14
package1/address/addressList.vue

@ -6,7 +6,7 @@
</view>
<view style="padding-bottom: 140rpx;">
<view v-for="(item, index) in addressList" :key="index" @tap="selectAddress(item)"
style="margin-bottom: 20rpx;display: flex;padding: 20rpx 40rpx 40rpx;background: #eee;border-radius: 20rpx;">
style="margin-bottom: 20rpx;display: flex;padding: 20rpx 40rpx 40rpx;background: #f5f5f5;border-radius: 20rpx;">
<view style="flex: 1;">
<view style="height: 70rpx;line-height: 70rpx;display: flex;align-items: center;">
<text v-if="item.isDefault == 1" style="font-size: 20rpx;color: white;background: red;padding: 4rpx 12rpx;border-radius: 8rpx;margin-right: 10rpx;line-height:1;">默认</text>
@ -41,31 +41,31 @@
<view style="height: 80rpx;line-height: 80rpx;font-size: 36rpx;font-weight: 700;text-align: center;">
{{addressForm.id ? '编辑地址' : '填写地址'}}
</view>
<view style="margin-bottom: 20rpx;background: #eee;border-radius: 20rpx;">
<view style="margin-bottom: 20rpx;background: #f5f5f5;border-radius: 20rpx;">
<uni-combox :candidates="areaTitleList" placeholder="请搜索选择楼座区域" :border="false" v-model="areaTitleInput" emptyTips="未找到匹配的楼座" @focus="isComboxFocused = true" @blur="isComboxFocused = false"></uni-combox>
</view>
<view style="margin-bottom: 20rpx;display: flex;padding: 20rpx;background: #eee;border-radius: 20rpx;">
<view style="margin-bottom: 20rpx;display: flex;padding: 20rpx;background: #f5f5f5;border-radius: 20rpx;">
<input :disabled="isComboxFocused" type="number" v-model="addressForm.floor" placeholder="请填写所在楼层(仅限整数)" style="width: 100%;" />
<view v-show="isComboxFocused" style="width: 100%; height: 42rpx; line-height: 42rpx;">
<text v-if="addressForm.floor">{{addressForm.floor}}</text>
<text v-else style="color: grey;">请填写所在楼层(仅限整数)</text>
</view>
</view>
<view style="margin-bottom: 20rpx;display: flex;padding: 20rpx;background: #eee;border-radius: 20rpx;">
<view style="margin-bottom: 20rpx;display: flex;padding: 20rpx;background: #f5f5f5;border-radius: 20rpx;">
<input :disabled="isComboxFocused" type="text" v-model="addressForm.roomNum" placeholder="请填写门牌号或所在机构科室" style="width: 100%;" />
<view v-show="isComboxFocused" style="width: 100%; height: 42rpx; line-height: 42rpx;">
<text v-if="addressForm.roomNum">{{addressForm.roomNum}}</text>
<text v-else style="color: grey;">请填写门牌号或所在机构科室</text>
</view>
</view>
<view style="margin-bottom: 20rpx;display: flex;padding: 20rpx;background: #eee;border-radius: 20rpx;">
<view style="margin-bottom: 20rpx;display: flex;padding: 20rpx;background: #f5f5f5;border-radius: 20rpx;">
<input :disabled="isComboxFocused" type="text" v-model="addressForm.receiverName" placeholder="收货人名字" style="width: 100%;" />
<view v-show="isComboxFocused" style="width: 100%; height: 42rpx; line-height: 42rpx;">
<text v-if="addressForm.receiverName">{{addressForm.receiverName}}</text>
<text v-else style="color: grey;">收货人名字</text>
</view>
</view>
<view style="margin-bottom: 20rpx;display: flex;padding: 20rpx;background: #eee;border-radius: 20rpx;">
<view style="margin-bottom: 20rpx;display: flex;padding: 20rpx;background: #f5f5f5;border-radius: 20rpx;">
<input :disabled="isComboxFocused" type="number" maxlength="11" v-model="addressForm.receiverPhone" placeholder="联系电话" style="width: 100%;" />
<view v-show="isComboxFocused" style="width: 100%; height: 42rpx; line-height: 42rpx;">
<text v-if="addressForm.receiverPhone">{{addressForm.receiverPhone}}</text>
@ -263,6 +263,6 @@
.uni-combox{
border: 0 !important;
padding: 20rpx 20rpx !important;
background: #eee;
background: #f5f5f5;
}
</style>

4
package1/group/groupBuySingle.vue

@ -2119,7 +2119,7 @@
.spec222 {
display: inline-block;
padding: 0 20rpx;
background: #eee;
background: #f5f5f5;
color: #777;
height: 72rpx;
line-height: 72rpx;
@ -2141,7 +2141,7 @@
.team1 {
width: 154rpx;
background: #eee;
background: #f5f5f5;
border-radius: 20rpx;
font-size: 26rpx;
text-align: center;

2
package1/group/searchGroup.vue

@ -20,7 +20,7 @@
<uni-icons type="trash" size="18" color="#999" @tap="clearHistory"></uni-icons>
</view>
<view style="overflow: hidden;">
<view v-for="(item, index) in historyList" :key="index" @tap="clickHistory(item)" style="margin-right:20rpx;margin-bottom:20rpx;background: #eee;display: inline-block;padding: 10rpx 20rpx;border-radius: 10rpx;float: left;">
<view v-for="(item, index) in historyList" :key="index" @tap="clickHistory(item)" style="margin-right:20rpx;margin-bottom:20rpx;background: #f5f5f5;display: inline-block;padding: 10rpx 20rpx;border-radius: 10rpx;float: left;">
{{item}}
</view>
</view>

4
package1/group/shopEvaluate.vue

@ -87,7 +87,7 @@
</view>
<view class="eval-num" style="border: none;padding: 0 30rpx;display: flex;margin-bottom: 10px;">
<view class="upload-img" @tap="pictureAdd()"
style="background: #eee;text-align: center;line-height: 160rpx;">
style="background: #f5f5f5;text-align: center;line-height: 160rpx;">
<uni-icons type="camera" size="28" color="#777"></uni-icons>
</view>
<view style="flex: 1;display: flex;">
@ -530,7 +530,7 @@
/* 卡片整体样式(可根据需要调整外间距) */
.reply-card {
border-radius: 12rpx;
background-color: #eee;
background-color: #f5f5f5;
width: 100%;
box-sizing: border-box;
margin-top:20rpx;

4
package1/myCenter/addGoods.vue

@ -18,7 +18,7 @@
</uni-forms-item>
<uni-forms-item label="商品主图" name="productPicture">
<view class="upload-img" @tap="pictureAdd"
style="background: #eee;text-align: center;line-height: 160rpx;">
style="background: #f5f5f5;text-align: center;line-height: 160rpx;">
<uni-icons type="camera" size="28" color="#777"></uni-icons>
</view>
<view style="overflow-x: scroll;display: flex;width: 350rpx;">
@ -897,7 +897,7 @@
}
.content-left {
width: 160rpx;
background: #eee;
background: #f5f5f5;
height: 900rpx;
overflow: scroll;
scrollbar-width: none;

6
package1/myCenter/dataStatistics.vue

@ -39,7 +39,7 @@
</view>
</view>
<view style="width: 100%;height: 10rpx;background: #eee;"></view>
<view style="width: 100%;height: 10rpx;background: #f5f5f5;"></view>
<view class="box">
<view style="width: 69%;">
<view style="width: 50rpx;height: 50rpx;float: left;margin-right: 20rpx;">
@ -52,7 +52,7 @@
</view>
</view>
<view style="width: 100%;height: 10rpx;background: #eee;"></view>
<view style="width: 100%;height: 10rpx;background: #f5f5f5;"></view>
<view class="box">
<view style="width: 69%;">
<view style="width: 50rpx;height: 50rpx;float: left;margin-right: 20rpx;">
@ -77,7 +77,7 @@
</view>
</view>
<view style="width: 100%;height: 10rpx;background: #eee;"></view>
<view style="width: 100%;height: 10rpx;background: #f5f5f5;"></view>
<view class="box">
<view style="width: 69%;">

4
package1/myCenter/goodsList.vue

@ -471,7 +471,7 @@
}
.content-left {
width: 170rpx;
background: #eee;
background: #f5f5f5;
overflow: scroll;
}
.left-box {
@ -603,7 +603,7 @@
.show-box{
display: flex;
height: 100rpx;
background: #eee;
background: #f5f5f5;
}
.show-text{
display: flex;

16
package1/myCenter/partTimeJobRegister.vue

@ -15,7 +15,7 @@
</view>
<view class="reg-value">
<input type="text" v-model="formData.name" placeholder="请填写姓名"
style="background: #eee;height: 80rpx;line-height: 80rpx;padding: 18rpx 20rpx;border-radius: 20rpx;">
style="background: #f5f5f5;height: 80rpx;line-height: 80rpx;padding: 18rpx 20rpx;border-radius: 20rpx;">
</view>
</view>
@ -37,7 +37,7 @@
</view>
<view class="reg-value">
<input type="number" v-model="formData.highFloorFee" placeholder="可设置金额"
style="background: #eee;height: 80rpx;line-height: 80rpx;padding: 18rpx 20rpx;border-radius: 20rpx;">
style="background: #f5f5f5;height: 80rpx;line-height: 80rpx;padding: 18rpx 20rpx;border-radius: 20rpx;">
</view>
</view>
<view class="box1">
@ -46,7 +46,7 @@
</view>
<view class="reg-value">
<input type="number" v-model="formData.mobile" placeholder="手机号"
style="background: #eee;height: 80rpx;line-height: 80rpx;padding: 18rpx 20rpx;border-radius: 20rpx;">
style="background: #f5f5f5;height: 80rpx;line-height: 80rpx;padding: 18rpx 20rpx;border-radius: 20rpx;">
</view>
</view>
<view class="box1">
@ -55,11 +55,11 @@
</view>
<view class="reg-value" style="display: flex;">
<view class="box-check-btn" @tap="waimaOrpaotui('waima')"
:style="{background:formData.waima?'rgba(180, 255, 238, 0.27)':'#eee',border:formData.waima?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}">
:style="{background:formData.waima?'rgba(180, 255, 238, 0.27)':'#f5f5f5',border:formData.waima?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}">
外卖
</view>
<view class="box-check-btn" @tap="waimaOrpaotui('paotui')"
:style="{background:formData.paotui?'rgba(180, 255, 238, 0.27)':'#eee',border:formData.paotui?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}">
:style="{background:formData.paotui?'rgba(180, 255, 238, 0.27)':'#f5f5f5',border:formData.paotui?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}">
快递
</view>
</view>
@ -180,7 +180,7 @@
<view style="margin-top: 20rpx;height: auto;overflow:hidden;min-height: 90rpx;">
<view class="box-check-btn" @tap="qucanOrsongcan('qucan',index)" v-for="(item,index) in qucan" :key="index"
style="float: left;padding: 0 20rpx;width: auto;margin-bottom:20rpx;"
:style="{background:item.checked?'rgba(180, 255, 238, 0.27)':'#eee',border:item.checked?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}">
:style="{background:item.checked?'rgba(180, 255, 238, 0.27)':'#f5f5f5',border:item.checked?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}">
{{item.title}}
</view>
<view v-if="qucan.length==0" style="color:#999;font-size:24rpx;margin:20rpx 0;">暂无可选取货区域</view>
@ -192,7 +192,7 @@
<view style="margin-top: 20rpx;height: auto;overflow:hidden;min-height: 90rpx;">
<view class="box-check-btn" @tap="qucanOrsongcan('songcan',index)" v-for="(item,index) in songcan" :key="index"
style="float: left;padding: 0 20rpx;width: auto;margin-bottom:20rpx;"
:style="{background:item.checked?'rgba(180, 255, 238, 0.27)':'#eee',border:item.checked?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}">
:style="{background:item.checked?'rgba(180, 255, 238, 0.27)':'#f5f5f5',border:item.checked?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}">
{{item.title}}
</view>
<view v-if="songcan.length==0" style="color:#999;font-size:24rpx;margin:20rpx 0;">暂无可送货区域</view>
@ -570,7 +570,7 @@
}
.value1 {
background: #eee;
background: #f5f5f5;
border-radius: 20rpx;
padding: 20rpx;
margin-bottom: 20rpx;

10
package1/order/orderDetail.vue

@ -27,11 +27,11 @@
</view>
<view class="goods-content-center1">
<view>
{{item1.specs}}
{{item1.specs | delNode}}
</view>
</view>
<view class="goods-content-bottom1">
<view style="width: 45%;">
<view class="goods-content-bottom1" style="display: flex;margin-top: 15px;">
<view style="flex: 1;">
X{{item1.quantity}}
</view>
<view class="pintuan-left-price1">
@ -235,7 +235,7 @@
{{item3.productName}}
</view>
<view class="goods-content-center">
{{item3.specs}}
{{item3.specs | delNode}}
</view>
<view class="goods-content-bottom">
<view style="width: 50%;">
@ -1590,11 +1590,11 @@
}
.pintuan-left-price1 {
width: 55%;
text-align: right;
font-weight: 700;
color: #000;
display: flex;
padding-right: 10px;
}
.goods-content-bottom {

4
package1/order/orderEvaluate.vue

@ -65,7 +65,7 @@
</view>
<view class="eval-num" style="border: none;padding: 0 30rpx 20rpx;display: flex;border-bottom: 1px solid #eee;">
<view class="upload-img" @tap="pictureAdd('shop')"
style="background: #eee;text-align: center;line-height: 160rpx;">
style="background: #f5f5f5;text-align: center;line-height: 160rpx;">
<uni-icons type="camera" size="28" color="#777"></uni-icons>
</view>
<view style="flex: 1;display: flex;">
@ -96,7 +96,7 @@
</view>
<view class="eval-num" style="border: none;padding: 0 30rpx;display: flex;">
<view class="upload-img" @tap="pictureAdd('man')"
style="background: #eee;text-align: center;line-height: 160rpx;">
style="background: #f5f5f5;text-align: center;line-height: 160rpx;">
<uni-icons type="camera" size="28" color="#777"></uni-icons>
</view>
<view style="flex: 1;display: flex;">

2
package1/order/pendGroup.vue

@ -15,7 +15,7 @@
<view style="width: 100%;line-height: 70rpx;font-size: 28rpx;font-weight: 700;">
竹仔园牛仔农庄(第六分店)
</view>
<view style="display: flex;padding: 20rpx 0;background: #eee;border-radius: 20rpx;">
<view style="display: flex;padding: 20rpx 0;background: #f5f5f5;border-radius: 20rpx;">
<view class="goods-img">
<img src="/static/images/img/shangpintu.png" alt="">
</view>

8
package1/order/returnOrder.vue

@ -18,7 +18,7 @@
<view style="width: 100%;line-height: 70rpx;font-size: 28rpx;font-weight: 700;">
{{orderDetail.shopName}}
</view>
<view v-for="(item1,index1) in orderDetail.goodsList" :key="index1" v-if="orderDetail.goodsList != null && orderDetail.goodsList.length > 0" style="display: flex;padding: 20rpx;background: #eee;border-radius: 20rpx;">
<view v-for="(item1,index1) in orderDetail.goodsList" :key="index1" v-if="orderDetail.goodsList != null && orderDetail.goodsList.length > 0" style="display: flex;padding: 20rpx;background: #f5f5f5;border-radius: 20rpx;">
<view class="goods-img">
<img :src="item1.productPicture" alt="">
</view>
@ -180,7 +180,7 @@
</view>
<view style="color: #000;font-weight: 700;width: 160rpx;">
<view class="upload-img" @tap="pictureAdd"
style="background: #eee;text-align: center;line-height: 160rpx;">
style="background: #f5f5f5;text-align: center;line-height: 160rpx;">
<uni-icons type="camera" size="28" color="#777"></uni-icons>
</view>
<view style="overflow-x: scroll;display: flex;width: 350rpx;">
@ -194,7 +194,7 @@
<view style="flex: 1;color: #777;font-weight: 700;">
订单备注
</view>
<view style="height: 200rpx;background: #eee;border-radius: 40rpx;padding: 20rpx;width: 70%;">
<view style="height: 200rpx;background: #f5f5f5;border-radius: 40rpx;padding: 20rpx;width: 70%;">
<textarea name="" id="" cols="30" rows="10" placeholder="请填写备注" v-model="returnData.reason"
style="height: 160rpx;width: 100%;"></textarea>
</view>
@ -670,7 +670,7 @@
position: absolute;
top: 20rpx;
right: 0;
background: #eee;
background: #f5f5f5;
width: 130rpx;
height: 50rpx;
text-align: center;

10
package1/runErrand/runErrand.vue

@ -146,7 +146,7 @@
<view class="content-title">
取件数量<text style="color:red;">*</text>
</view>
<view style="display:flex;height: 80rpx;margin-top: 20rpx;line-height: 80rpx;border: 1px solid #777;background: #eee;border-radius: 20rpx;width: 40%;">
<view style="display:flex;height: 80rpx;margin-top: 20rpx;line-height: 80rpx;border: 1px solid #777;background: #f5f5f5;border-radius: 20rpx;width: 40%;">
<view @tap="addFormData.num > 1 ? addFormData.num-- : 1" style="width: 30%;font-size: 44rpx;font-weight: 700;text-align: center;">-</view>
<input type="number" v-model="addFormData.num" disabled style="line-height: 80rpx;height: 80rpx;flex: 1;font-size: 36rpx;font-weight: 700;text-align: center;">
<view @tap="addFormData.num++" style="width: 30%;font-size: 44rpx;font-weight: 700;text-align: center;">+</view>
@ -177,7 +177,7 @@
<view style="line-height:70rpx;">截图凭证</view>
<view>
<view style="display: flex; flex-wrap: wrap;">
<view class="upload-img" @tap="pictureAdd" style="background: #eee;text-align: center;line-height: 160rpx;border-radius:10rpx;margin-top:10rpx;">
<view class="upload-img" @tap="pictureAdd" style="background: #f5f5f5;text-align: center;line-height: 160rpx;border-radius:10rpx;margin-top:10rpx;">
<uni-icons type="camera" size="28" color="#777"></uni-icons>
</view>
<view v-for="(item,index) in addFormData.picture" :key="index" style="width: 160rpx;height: 160rpx;margin-left: 20rpx;margin-top:10rpx;position:relative;">
@ -194,7 +194,7 @@
特殊情况
</view>
<view style="flex: 1;">
<view class="duoxuan" @tap="checkWeightOrVolume" :style="{'background':addFormData.isOverweightOrOvervolume?'rgba(166, 255, 234, 1)':'#eee'}">
<view class="duoxuan" @tap="checkWeightOrVolume" :style="{'background':addFormData.isOverweightOrOvervolume?'rgba(166, 255, 234, 1)':'#f5f5f5'}">
超重/超大
</view>
</view>
@ -207,7 +207,7 @@
<view class="content-title">
订单备注
</view>
<view style="height: 200rpx;background: #eee;border-radius: 40rpx;padding: 20rpx;width: 70%;margin-top: 20rpx;">
<view style="height: 200rpx;background: #f5f5f5;border-radius: 40rpx;padding: 20rpx;width: 70%;margin-top: 20rpx;">
<textarea v-model="addFormData.remark" cols="30" rows="10" placeholder="请填写备注" style="height: 160rpx;width: 100%;"></textarea>
</view>
</view>
@ -1072,7 +1072,7 @@
display: inline-block;
text-align: center;
height: 72rpx;
background: #eee;
background: #f5f5f5;
line-height: 72rpx;
border-radius: 10rpx;
padding: 0 20rpx;

Loading…
Cancel
Save