Commit ec3d4de4 authored by yyh's avatar yyh

确认上链弹框内容修改

parent 132f5aab
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
node_modules node_modules
/dist /dist
/src/http /src/http
/plugins
# local env files # local env files
.env.local .env.local
.env.*.local .env.*.local
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
style="margin-top:25px;" style="margin-top:25px;"
type="primary" @click="handleAction('confirm'); type="primary" @click="handleAction('confirm');
">确定上链</van-button> ">确定上链</van-button>
<div class="tip">上链一次扣除 0.002 左右的燃料</div> <!-- <div class="tip">上链一次扣除 0.002 左右的燃料</div> -->
<span class="close" @click="handleAction('cancel')">×</span> <span class="close" @click="handleAction('cancel')">×</span>
</div> </div>
</div> </div>
......
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