Handy_Cao 2 年之前
父节点
当前提交
c852391c65
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/packages/mobile/views/swap/list/Index.vue

+ 1 - 1
src/packages/mobile/views/swap/list/Index.vue

@@ -125,7 +125,7 @@ const rowClick = (row: Model.QuoteGoodsListRsp) => {
     if (userStore.hasAuth) {
     if (userStore.hasAuth) {
         const list = protocolList.value.filter(e => { return e.protocolstatus === 4 })
         const list = protocolList.value.filter(e => { return e.protocolstatus === 4 })
         if (userStore.userInfo.usertype != 2 && list.length === 0) {
         if (userStore.userInfo.usertype != 2 && list.length === 0) {
-            showToast('请先前往通过“我的”-“合同签署”功能菜单签署相应的合同!')
+            showToast('请先通过“我的”-“合同签署”功能菜单签署相应的合同!')
         } else {
         } else {
             setGlobalUrlParams(row)
             setGlobalUrlParams(row)
             router.push({ name: 'swap-detail' })
             router.push({ name: 'swap-detail' })