恢复取消

master
jyx 2 days ago
parent 9d6b183146
commit f7c561866b

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

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

@ -25,7 +25,13 @@
</view> </view>
<view class="button-container"> <view class="button-container">
<up-button <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" color="#EFC54E"
throttleTime="5" throttleTime="5"
@click="doneSet" @click="doneSet"

Loading…
Cancel
Save