商品评论优化
parent
8466aa76bf
commit
64f5ad5a36
|
|
@ -2,15 +2,10 @@
|
|||
width: 80rpx;
|
||||
height: 80rpx;
|
||||
}
|
||||
|
||||
.input-height {
|
||||
min-height: 200rpx;
|
||||
}
|
||||
.sub-btn {
|
||||
padding: 40rpx 66rpx;
|
||||
}
|
||||
.sub-btn button {
|
||||
.sub-btn .btn {
|
||||
height: 88rpx;
|
||||
line-height: 88rpx;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
</checkbox-group>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub-btn">
|
||||
<button class="bg-main br-main cr-white round text-size" type="default" form-type="submit" hover-class="none" :loading="form_submit_loading" :disabled="form_submit_loading">{{ $t('form.form.4yd066') }}</button>
|
||||
<view class="sub-btn margin-top-xxxxl">
|
||||
<button class="btn bg-main br-main cr-white round text-size" type="default" form-type="submit" hover-class="none" :loading="form_submit_loading" :disabled="form_submit_loading">{{ $t('form.form.4yd066') }}</button>
|
||||
</view>
|
||||
</form>
|
||||
<view v-else>
|
||||
|
|
@ -43,19 +43,17 @@
|
|||
const app = getApp();
|
||||
import componentCommon from '@/components/common/common';
|
||||
import componentNoData from '@/components/no-data/no-data';
|
||||
const theme_color = app.globalData.get_theme_color();
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
theme_view: app.globalData.get_theme_value_view(),
|
||||
theme_color: theme_color,
|
||||
theme_color: app.globalData.get_theme_color(),
|
||||
goods_images: '',
|
||||
rate_value: 0,
|
||||
goods_id: '',
|
||||
is_anonymous: '0',
|
||||
content: '',
|
||||
text_num: 0,
|
||||
theme_color: theme_color,
|
||||
data_list_loding_status: 1,
|
||||
data_list_loding_msg: this.$t('form.form.bniyyt'),
|
||||
form_submit_loading: false,
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<block v-for="(fv, fi) in content_list" :key="fi">
|
||||
<view class="margin-top-xs flex-row align-c">
|
||||
<view class="cr-grey margin-right-xl">{{ fv.name }}</view>
|
||||
<view class="cr-base flex-1 flex-width ">{{ item[fv.field] }}</view>
|
||||
<view class="cr-base flex-1 flex-width ">{{ item[fv.field] || '' }}</view>
|
||||
</view>
|
||||
</block>
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue