提交 fb3e762f 编写于 作者: guangjun.yang's avatar guangjun.yang

1、默认第三个

2、code没有时不显示
上级 041279a5
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
@click="coopDetails(subject)" @click="coopDetails(subject)"
> >
<span>{{subject.name}}</span> <span>{{subject.name}}</span>
<span>({{subject.code}})</span> <span v-show="subject.code">({{subject.code}})</span>
<span v-show="subject.bindCardStatus == 1" class="buy">己购</span> <span v-show="subject.bindCardStatus == 1" class="buy">己购</span>
<span <span
v-show="subject.openFlag == 0" v-show="subject.openFlag == 0"
...@@ -76,7 +76,7 @@ export default { ...@@ -76,7 +76,7 @@ export default {
data() { data() {
return { return {
existBind: 0, existBind: 0,
currentModelIndex: 0, currentModelIndex: 2,
titleTestModelList: [], titleTestModelList: [],
showLoading: false, showLoading: false,
isWeb: window.__isWeb, isWeb: window.__isWeb,
...@@ -141,7 +141,7 @@ export default { ...@@ -141,7 +141,7 @@ export default {
}, },
created() { created() {
var _this = this; var _this = this;
_this.currentModelIndex = 0; _this.currentModelIndex = 2;
window.__getUserInfo = function(param) { window.__getUserInfo = function(param) {
_this.setUserInfo(param); _this.setUserInfo(param);
_this.token = param.userToken; _this.token = param.userToken;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册