列表入口优化

master
gongfuxiang 2026-01-15 14:25:33 +08:00
parent e188a7d1a0
commit b7cd5f4398
4 changed files with 16 additions and 10 deletions

View File

@ -38,6 +38,7 @@
"compare": "Compare",
"search": "Search",
"num": "quantity",
"list": "List",
"order": "order form",
"service": "service",
"base": "Base",
@ -2003,8 +2004,7 @@
"23rdfg": "Complaint/Report Type",
"5434rd": "Please select the type of complaint/report",
"78iudg": "proof image",
"56ys33": "Please upload complete and clear images, up to a maximum of 10",
"ssdff4": "My submission record"
"56ys33": "Please upload complete and clear images, up to a maximum of 10"
}
},
"orderfeed-form": {

View File

@ -38,6 +38,7 @@
"compare": "对比",
"search": "搜索",
"num": "数量",
"list": "列表",
"order": "订单",
"service": "服务",
"base": "基础",
@ -1987,8 +1988,7 @@
"23rdfg": "投诉/举报类型",
"5434rd": "请选择投诉/举报类型",
"78iudg": "证明图片",
"56ys33": "请上传完整清晰的图片最多10张",
"ssdff4": "我的提交记录"
"56ys33": "请上传完整清晰的图片最多10张"
}
},
"orderfeed-form": {

View File

@ -46,10 +46,13 @@
<!-- 底部操作 -->
<view class="bottom-fixed" :style="bottom_fixed_style">
<view class="bottom-line-exclude">
<view v-if="(user || null) != null && params.is_list != 0" class="tr padding-bottom-lg padding-right-sm">
<text class="cr-blue cp" @tap="url_event" data-value="/pages/plugins/complaint/user/user">{{$t('complaint-form.complaint-form.ssdff4')}} >></text>
<view class="flex-row align-c gap-10">
<button class="item cr-white bg-main round text-size wh-auto" type="default" form-type="submit" hover-class="none" :loading="form_submit_loading" :disabled="form_submit_loading">{{$t('common.submit')}}</button>
<view v-if="(user || null) != null && params.is_list != 0" class="tc cp flex-width-half-half" @tap="url_event" data-value="/pages/plugins/complaint/user/user">
<iconfont name="icon-order-list" size="34rpx" propClass="cr-base"></iconfont>
<view class="cr-base">{{$t('common.list')}}</view>
</view>
</view>
<button class="item cr-white bg-main round text-size wh-auto" type="default" form-type="submit" hover-class="none" :loading="form_submit_loading" :disabled="form_submit_loading">{{$t('common.submit')}}</button>
</view>
</view>
</form>

View File

@ -30,10 +30,13 @@
<!-- 底部操作 -->
<view class="bottom-fixed" :style="bottom_fixed_style">
<view class="bottom-line-exclude">
<view v-if="(user || null) != null && params.is_list != 0" class="tr padding-bottom-lg padding-right-sm">
<text class="cr-blue cp" @tap="url_event" data-value="/pages/plugins/orderfeed/user/user">{{$t('complaint-form.complaint-form.ssdff4')}} >></text>
<view class="flex-row align-c gap-10">
<button class="item cr-white bg-main round text-size wh-auto" type="default" form-type="submit" hover-class="none" :loading="form_submit_loading" :disabled="form_submit_loading">{{$t('common.submit')}}</button>
<view v-if="(user || null) != null && params.is_list != 0" class="tc cp flex-width-half-half" @tap="url_event" data-value="/pages/plugins/orderfeed/user/user">
<iconfont name="icon-order-list" size="34rpx" propClass="cr-base"></iconfont>
<view class="cr-base">{{$t('common.list')}}</view>
</view>
</view>
<button class="item cr-white bg-main round text-size wh-auto" type="default" form-type="submit" hover-class="none" :loading="form_submit_loading" :disabled="form_submit_loading">{{$t('common.submit')}}</button>
</view>
</view>
</form>