forked from angelo/web-retail-h5
feat(mine): 测试支付账号更换
This commit is contained in:
parent
dd1e06b057
commit
a64f593b4d
|
@ -531,7 +531,7 @@ export default {
|
||||||
api.getInfo().then((res) => {
|
api.getInfo().then((res) => {
|
||||||
if (res) {
|
if (res) {
|
||||||
this.userInfo = res.data;
|
this.userInfo = res.data;
|
||||||
if (this.userInfo.memberCode == "CN68880628") {
|
if (this.userInfo.memberCode == "CN688806280001") {
|
||||||
this.ifSpecial = true;
|
this.ifSpecial = true;
|
||||||
this.otherMenuList = [
|
this.otherMenuList = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue