fixed v-toast

This commit is contained in:
cmxdd
2020-07-30 10:12:27 +08:00
parent 70e848cbbb
commit 5094efd41e
12 changed files with 80 additions and 47 deletions

View File

@@ -81,6 +81,7 @@
<view class="determine">确定</view>
</view>
</u-popup>
<u-toast ref="uToast" />
</view>
</template>
<script>

View File

@@ -102,7 +102,8 @@
</view>
<image src="../../static/image/index/close.png" class="off" @click="close"></image>
</view>
</u-popup>
</u-popup>
<u-toast ref="uToast" />
</view>
</template>