|
@@ -302,7 +302,7 @@
|
|
|
<checkbox-group :value="form.agree2 ? ['1'] : []" @change="onAgree2Change">
|
|
<checkbox-group :value="form.agree2 ? ['1'] : []" @change="onAgree2Change">
|
|
|
<label class="checkbox">
|
|
<label class="checkbox">
|
|
|
<checkbox value="1" :checked="form.agree2" />
|
|
<checkbox value="1" :checked="form.agree2" />
|
|
|
- <view class="crm-cursor"
|
|
|
|
|
|
|
+ <view class="crm-cursor check-text"
|
|
|
style="text-decoration: underline; display: inline-block; margin-left: 10px;color: #333;"
|
|
style="text-decoration: underline; display: inline-block; margin-left: 10px;color: #333;"
|
|
|
@click.stop="dialogCheckTip = true">
|
|
@click.stop="dialogCheckTip = true">
|
|
|
{{ t('Custom.Withdraw.Des') }}
|
|
{{ t('Custom.Withdraw.Des') }}
|
|
@@ -316,8 +316,7 @@
|
|
|
<checkbox-group :value="form.agree3 ? ['1'] : []" @change="onAgree3Change">
|
|
<checkbox-group :value="form.agree3 ? ['1'] : []" @change="onAgree3Change">
|
|
|
<label class="checkbox">
|
|
<label class="checkbox">
|
|
|
<checkbox value="1" :checked="form.agree3" />
|
|
<checkbox value="1" :checked="form.agree3" />
|
|
|
- <view class="crm-cursor"
|
|
|
|
|
- style="display: inline-block; margin-left: 10px;color: #333;">
|
|
|
|
|
|
|
+ <view class="crm-cursor check-text">
|
|
|
* {{ t('Custom.Withdraw.item1') }}<br />
|
|
* {{ t('Custom.Withdraw.item1') }}<br />
|
|
|
{{ t('Custom.Withdraw.item1_1') }}<br />
|
|
{{ t('Custom.Withdraw.item1_1') }}<br />
|
|
|
{{ t('Custom.Withdraw.item1_2') }}
|
|
{{ t('Custom.Withdraw.item1_2') }}
|
|
@@ -657,8 +656,7 @@
|
|
|
<checkbox-group :value="form.agree3 ? ['1'] : []" @change="onAgree3Change">
|
|
<checkbox-group :value="form.agree3 ? ['1'] : []" @change="onAgree3Change">
|
|
|
<label class="checkbox">
|
|
<label class="checkbox">
|
|
|
<checkbox value="1" :checked="form.agree3" />
|
|
<checkbox value="1" :checked="form.agree3" />
|
|
|
- <view class="crm-cursor"
|
|
|
|
|
- style="display: inline-block; margin-left: 10px;">
|
|
|
|
|
|
|
+ <view class="crm-cursor">
|
|
|
* {{ t('Custom.Withdraw.item1') }}<br />
|
|
* {{ t('Custom.Withdraw.item1') }}<br />
|
|
|
{{ t('Custom.Withdraw.item1_1') }}<br />
|
|
{{ t('Custom.Withdraw.item1_1') }}<br />
|
|
|
{{ t('Custom.Withdraw.item1_2') }}
|
|
{{ t('Custom.Withdraw.item1_2') }}
|
|
@@ -2203,4 +2201,11 @@ watch(() => form.amount, (newVal) => {
|
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+.check-text{
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ margin-left: 10px;
|
|
|
|
|
+ color: #333;
|
|
|
|
|
+ line-height: 2;
|
|
|
|
|
+ font-size: px2rpx(13);
|
|
|
|
|
+}
|
|
|
</style>
|
|
</style>
|