<uni-popup ref="popup" :maskClick="false" :animation="false">
<view class="bottomDialog">
<view class="dialog_title">兑换码</view>
<view class="dialog_input"
<input
style="margin: 0 15rpx"
type="text"
maxlength="30"
v-model="code"
placeholder="请输入兑换码"
/></view>
<view class="dialog_button" @click="handleOk">确 认</view>
<view class="close-button">
<icon
type="cancel"
size="35"
color="#ffffff"
@click="handleReturn"
/>
</view>
</view>
</uni-popup>