msb_beta
ch 2 years ago
parent 6a1b1e5d31
commit 107b084dcf

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-03-22 15:36:46 * @Date: 2022-03-22 15:36:46
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-04-09 14:52:24 * @LastEditTime: 2022-04-15 18:45:28
* @Description: file content * @Description: file content
--> -->
<template> <template>
@ -25,7 +25,7 @@
</u--form> </u--form>
<UiButton class="login--btn" type="gradual" @click="login"></UiButton> <UiButton class="login--btn" type="gradual" @click="login"></UiButton>
<label class="login--agreement"> <label class="login--agreement">
<radio class="radio" :checked="checked" @click="checked = !checked" color="$color-yellow3"/> <radio class="radio" :checked="checked" @click="checked = !checked" color="#FF875B"/>
同意<text class="link">用户协议</text><text class="link">隐私协议</text>,首次登陆将自动注册 同意<text class="link">用户协议</text><text class="link">隐私协议</text>,首次登陆将自动注册
</label> </label>
</view> </view>

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-03-31 14:26:09 * @Date: 2022-03-31 14:26:09
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-04-15 18:04:08 * @LastEditTime: 2022-04-15 18:42:30
* @Description: file content * @Description: file content
--> -->
<template> <template>
@ -14,6 +14,7 @@
<template slot="operation"> <template slot="operation">
<view class="goods-info-operation"> <view class="goods-info-operation">
<UiButton size="min" type="primaryLine" <UiButton size="min" type="primaryLine"
v-if="item.afterSaleApplyFlag"
@click="$Router.push(`/saleAfterSelect?id=${item.orderProductId}`)">申请售后</UiButton> @click="$Router.push(`/saleAfterSelect?id=${item.orderProductId}`)">申请售后</UiButton>
</view> </view>
</template> </template>

Loading…
Cancel
Save