Commit e664b32a by lijinqi

提示语文案修改

parent 78b85ad8
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<span>AppId和AppSecret</span> <span>AppId和AppSecret</span>
</div> </div>
</template> </template>
<el-form-item label="AppSecret:"> <el-form-item label="AppId:">
<el-tooltip <el-tooltip
effect="dark" effect="dark"
:content="appData.appId || '-'" :content="appData.appId || '-'"
......
...@@ -566,7 +566,7 @@ function create() { ...@@ -566,7 +566,7 @@ function create() {
}) })
.catch(() => { .catch(() => {
ElMessageBox.confirm( ElMessageBox.confirm(
'订单已创建,请前往控制台-我的订单查看', '订单已创建,请前往控制台-api订单查看',
'提示', '提示',
{ {
confirmButtonText: '确认', confirmButtonText: '确认',
...@@ -613,7 +613,7 @@ const createQueryInterval = (id) => { ...@@ -613,7 +613,7 @@ const createQueryInterval = (id) => {
clearQueryInterval() clearQueryInterval()
ElMessageBox.confirm( ElMessageBox.confirm(
'支付成功', '支付成功',
'请前往控制台-我的订单查看', '请前往控制台-api订单查看',
{ {
confirmButtonText: '确认', confirmButtonText: '确认',
showCancelButton: false, showCancelButton: false,
......
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 sign in to comment