bug
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<span>{{ detail.address }}</span>
|
||||
</u-row>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card" v-if="detail.content">
|
||||
<span>{{ detail.content }}</span>
|
||||
</div>
|
||||
<div class="card" v-if="detail.files && detail.files.length">
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<u-avatar :src="item.avatar" mode="square" size="76" style="margin-right: 8px;"></u-avatar>
|
||||
<AiOpenData type="userName" :openid="item.id"></AiOpenData>
|
||||
</div>
|
||||
<AiEmpty v-if="!list.length"></AiEmpty>
|
||||
<AiEmpty v-if="current === 0 ? !list.read.length : !list.unRead.length"></AiEmpty>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -364,7 +364,7 @@ const store = new Vuex.Store({
|
||||
...params
|
||||
}, res => {
|
||||
console.log(111)
|
||||
alert(JSON.stringify(res))
|
||||
// alert(JSON.stringify(res))
|
||||
console.log(res)
|
||||
if (res.err_msg == "selectPrivilegedContact:ok") {
|
||||
if (typeof res.result == 'string') {
|
||||
|
||||
Reference in New Issue
Block a user