权证发起转让

This commit is contained in:
唐明明
2021-09-18 17:13:47 +08:00
parent ac4552a3ee
commit b7cacb38c7
12 changed files with 4128 additions and 3184 deletions

View File

@@ -19,7 +19,6 @@
<view class="companyInfo">易品新境区块链有限公司</view>
</view>
</view>
<!-- 弹窗提示喽 -->
<u-toast ref="uToast" />
</view>

View File

@@ -29,6 +29,7 @@
},
created() {
list().then(res=>{
console.log(res.data)
this.goods = res.data
this.pages = res.page
})