Handy_Cao 2 anni fa
parent
commit
c852391c65
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {
         const list = protocolList.value.filter(e => { return e.protocolstatus === 4 })
         if (userStore.userInfo.usertype != 2 && list.length === 0) {
-            showToast('请先前往通过“我的”-“合同签署”功能菜单签署相应的合同!')
+            showToast('请先通过“我的”-“合同签署”功能菜单签署相应的合同!')
         } else {
             setGlobalUrlParams(row)
             router.push({ name: 'swap-detail' })