Commit 5e211778 authored by spc's avatar spc

fixed

parent 26334f45
<template> <template>
<uni-popup ref="answerPopup" type="bottom" :maskClick="false" :safe-area="true" :backgroundColor="'rgba(0, 0, 0, 0.5)'"> <uni-popup ref="answerPopup" type="bottom" :maskClick="false" :safe-area="true">
<view class="answer-popup-container"> <view class="answer-popup-container">
<view class="answer-popup"> <view class="answer-popup">
<!-- 关闭按钮 --> <!-- 关闭按钮 -->
......
...@@ -958,7 +958,7 @@ export default { ...@@ -958,7 +958,7 @@ export default {
uni.showToast({ uni.showToast({
title: '地址导入成功', title: '地址导入成功',
icon: 'success' icon: 'none'
}); });
}, },
fail: (err) => { fail: (err) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment