|
|
@@ -154,9 +154,9 @@
|
|
|
<div class="maplit" :class="{ maplitactive: listpoint.length > 1 }">
|
|
|
<div v-for="(info, index) in listpoint" :key="index" class="maplistitem">
|
|
|
<p style="font-weight: bold; font-size: 16px">
|
|
|
- <span @click="goOtherSystem(info)" style="text-decoration: underline">
|
|
|
- <span @click="checkfn(info)" style="color: #0057ba">{{ info.storeName }}</span>
|
|
|
- (<span @click="checkfn(info)" style="color: #0057ba"> {{ info.storeCode }} </span>)
|
|
|
+ <span @click="goOtherSystem(info)" style="color: #0057ba; text-decoration: underline">
|
|
|
+ <span @click="checkfn(info)">{{ info.storeName }}</span>
|
|
|
+ (<span @click="checkfn(info)"> {{ info.storeCode }} </span>)
|
|
|
</span>
|
|
|
<span class="btn" :data-clipboard-text="info.storeCode">
|
|
|
<van-icon
|