评论错误修复及其他细节优化

master
gongfuxiang 2023-02-15 18:34:40 +08:00
parent 4cc875a5fe
commit 12aae8d4db
5 changed files with 12 additions and 12 deletions

View File

@ -192,7 +192,7 @@
<text v-if="(item.coupon.desc || null) != null" class="desc cr-gray">{{item.coupon.desc}}</text>
</view>
<view v-if="(item.coupon.use_limit_type_name || null) != null" class="base-tips cr-base single-text">{{item.coupon.use_limit_type_name}}</view>
<view class="base-time cr-gray single-text">{{item.time_start_text}} {{item.time_end_text}}</view>
<view class="base-time cr-gray single-text">{{item.time_start}} {{item.time_end}}</view>
</view>
<view :class="'v-right fr '+((item.is_active || 0) == 1 ? '' : 'cp')" :style="'background:' + item.coupon.bg_color_value + ';'" :data-index="index" :data-value="item.id" @tap="plugins_coupon_use_event">
<text class="circle"></text>

View File

@ -21,7 +21,7 @@
<text class="form-group-tips-must">*</text>
<view class="code-search fr">
<input type="text" maxlength="30" placeholder-class="cr-grey" class="cr-base dis-inline-block br radius text-size-xs padding-left-sm padding-right-sm" placeholder="地址编号" @input="region_code_value_event">
<button type="default" size="mini" class="bg-main-pair br-main-pair cr-white text-size-xs margin-left-sm" @tap="region_code_event" :disabled="form_submit_disabled_status"></button>
<button type="default" size="mini" class="bg-main-pair br-main-pair cr-white text-size-xs margin-left-sm" @tap="region_code_event" :disabled="form_submit_disabled_status"></button>
</view>
</view>
<view class="select-address oh">

View File

@ -10,7 +10,7 @@
</navigator>
<view class="item-base fl margin-top-sm">
<block v-for="(item, tx) in [1,2,3,4,5]" :key="tx">
<image class="xingxing-icon va-m" :src="common_static_url+'stars' + (form_rating_list[index] != undefined && form_rating_list[index] >= item ? '-active' : '') + '-icon.png'" mode="aspectFill" @tap="rating_event" :data-index="index" :data-value="item"></image>
<image class="xingxing-icon va-m" :src="common_static_url+'stars' + (form_rating_list[index] != undefined && form_rating_list[index] >= tx ? '-active' : '') + '-icon.png'" mode="aspectFill" @tap="rating_event" :data-index="index" :data-value="tx"></image>
</block>
<text v-if="form_rating_list[index] != undefined" class="cr-gray va-m margin-left-lg">{{rating_msg[form_rating_list[index]-1]}}</text>
</view>

View File

@ -269,25 +269,25 @@
field: 'refuse_reason'
}, {
name: '申请时间',
field: 'apply_time_time'
field: 'apply_time'
}, {
name: '确认时间',
field: 'confirm_time_time'
field: 'confirm_time'
}, {
name: '退货时间',
field: 'delivery_time_time'
field: 'delivery_time'
}, {
name: '审核时间',
field: 'audit_time_time'
field: 'audit_time'
}, {
name: '取消时间',
field: 'cancel_time_time'
field: 'cancel_time'
}, {
name: '添加时间',
field: 'add_time_time'
field: 'add_time'
}, {
name: '更新时间',
field: 'upd_time_time'
field: 'upd_time'
}],
//
panel_express_data_list: [{
@ -298,7 +298,7 @@
field: 'express_number'
}, {
name: '退货时间',
field: 'delivery_time_time'
field: 'delivery_time'
}],
//
form_button_disabled: false,

View File

@ -13,7 +13,7 @@
<view v-if="data_list.length > 0" class="padding-horizontal-main padding-top-main">
<view v-for="(item, index) in data_list" :key="index" class="list-item padding-horizontal-main padding-top-main border-radius-main bg-white oh spacing-mb">
<view class="item-base oh br-b padding-bottom-main">
<text class="cr-base">{{item.add_time_time}}</text>
<text class="cr-base">{{item.add_time}}</text>
<text class="fr cr-red">{{item.status_text}}</text>
</view>
<view class="goods-item oh">