|
@@ -7,8 +7,8 @@
|
|
|
<view class="tip-title">{{title}}</view>
|
|
|
<view class="tip-content" v-if="content">{{content}}</view>
|
|
|
<view class="tip-btn-box">
|
|
|
- <view class="confirm-btn" @click="handleClose">生成</view>
|
|
|
- <view class="not-confirm-btn" @click="confirmBtn">取消</view>
|
|
|
+ <view class="confirm-btn" @click="confirmBtn">生成</view>
|
|
|
+ <view class="not-confirm-btn" @click="handleClose">取消</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -49,4 +49,4 @@
|
|
|
</script>
|
|
|
|
|
|
<style>
|
|
|
-</style>
|
|
|
+</style>
|