Commit e664b32a by lijinqi

提示语文案修改

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