完善钱包模块,修改密码,导出助记词

This commit is contained in:
唐明明
2022-01-13 17:23:22 +08:00
parent ae0179af3c
commit 8eef1d2a4b
9 changed files with 220 additions and 152 deletions

View File

@@ -14,7 +14,7 @@
</view>
<!-- 按钮 -->
<view class="buttons">
<button type="default" form-type="submit" @click="createWallet">确认</button>
<button type="default" form-type="submit" @click="createWallet">确认激活</button>
</view>
</view>
</template>
@@ -50,10 +50,7 @@ export default {
code: Number(this.password)
}).then(res => {
this.$Router.replace({
name: 'WalletMnemonic',
params: {
code: this.password
}
name: 'WalletProperty'
})
}).catch(err => {
uni.showToast({