提交 616340a7 编写于 作者: Anne_LXM's avatar Anne_LXM

test:调整测试例

上级 1b6c94b0
......@@ -66,8 +66,9 @@
.update({
"nickname": this.nickname
})
.then((e : UTSJSONObject) : void => {
console.log('e: ',e);
.then((e) => {
console.log('e:--nickname--update ',e);
console.log('updated------------',e['updated'])
mutations.updateUserInfo({ "nickname": this.nickname } as UTSJSONObject)
if(!this.isTest){uni.navigateBack()}
// uni.navigateBack()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册