Refactor(客服):接收传输使用uid字段
This commit is contained in:
@@ -49,7 +49,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapGetters } from 'vuex'
|
|
||||||
export default {
|
export default {
|
||||||
name: "room",
|
name: "room",
|
||||||
data() {
|
data() {
|
||||||
@@ -71,7 +70,6 @@ export default {
|
|||||||
list: [], //消息列表
|
list: [], //消息列表
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: mapGetters(['userInfo']),
|
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
this.storeId = options.id;
|
this.storeId = options.id;
|
||||||
this.merName = options.name;
|
this.merName = options.name;
|
||||||
|
|||||||
Reference in New Issue
Block a user