恢复取消

master
jyx 2 days ago
parent 9d6b183146
commit f7c561866b

@ -24,7 +24,14 @@
</view>
<view class="button-container">
<up-button
style="width: 456rpx; margin: auto; height: 86rpx;"
style="width: 336rpx; margin: auto; height: 80rpx"
color="#BABABA"
throttleTime="5"
v-if="state.boxRelBucketStatus == 1"
>取消</up-button
>
<up-button
style="width: 336rpx; margin: auto; height: 80rpx;"
color="#EFC54E"
throttleTime="5"
@click="doneSet"
@ -32,14 +39,14 @@
:disabled="isButtonDisabled"
> {{ buttonText }}</up-button
>
<!-- <up-button
<up-button
style="width: 426rpx; margin: auto; height: 86rpx;"
color="#EFC54E"
throttleTime="5"
@click="login"
v-if="state.boxRelBucketStatus == 2||state.boxRelBucketStatus ==3"
>返回继续扫码</up-button
> -->
>
</view>
</template>

@ -43,6 +43,12 @@
</view>
</view>
<view class="button-container">
<up-button
style="width: 336rpx; margin: auto; height: 80rpx"
color="#BABABA"
throttleTime="5"
>取消</up-button
>
<up-button
style="width: 456rpx; margin: auto; height: 86rpx;"
color="#EFC54E"

@ -25,7 +25,13 @@
</view>
<view class="button-container">
<up-button
style="width: 456rpx; margin: auto; height: 80rpx"
style="width: 336rpx; margin: auto; height: 80rpx"
color="#BABABA"
throttleTime="5"
>取消</up-button
>
<up-button
style="width: 336rpx; margin: auto; height: 80rpx"
color="#EFC54E"
throttleTime="5"
@click="doneSet"

Loading…
Cancel
Save