yc-ui2 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -9
- package/dist/yc-ui2.common.js +16 -6
- package/dist/yc-ui2.common.js.map +1 -1
- package/dist/yc-ui2.umd.js +16 -6
- package/dist/yc-ui2.umd.js.map +1 -1
- package/dist/yc-ui2.umd.min.js +3 -3
- package/dist/yc-ui2.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/App.vue +5 -8
- package/.env +0 -5
package/package.json
CHANGED
package/src/App.vue
CHANGED
@@ -10,15 +10,15 @@
|
|
10
10
|
<div><i class="el-icon-mobile"></i></div>
|
11
11
|
<div>
|
12
12
|
<span>客服热线</span>
|
13
|
-
<a href="tel
|
13
|
+
<a href="tel:***">***</a>
|
14
14
|
<template v-if="!['/login', '/register'].includes($route.path)">
|
15
|
-
<span style="margin-top: 10px"
|
16
|
-
<a href="tel
|
17
|
-
<a href="tel
|
15
|
+
<span style="margin-top: 10px">***服务电话</span>
|
16
|
+
<a href="tel:***">***(***)</a>
|
17
|
+
<a href="tel:***">***(***)</a>
|
18
18
|
</template>
|
19
19
|
</div>
|
20
20
|
</YcCustomerService>
|
21
|
-
<!-- <YcCA :region="region"
|
21
|
+
<!-- <YcCA :region="region" @caSuccess="login" /> -->
|
22
22
|
</div>
|
23
23
|
</template>
|
24
24
|
|
@@ -34,7 +34,6 @@ export default {
|
|
34
34
|
data() {
|
35
35
|
return {
|
36
36
|
region: void 0,
|
37
|
-
caUrl: void 0,
|
38
37
|
isShow: false,
|
39
38
|
question: {
|
40
39
|
id: 0,
|
@@ -45,8 +44,6 @@ export default {
|
|
45
44
|
created() {
|
46
45
|
setTimeout(() => {
|
47
46
|
this.region = 1
|
48
|
-
this.caUrl =
|
49
|
-
"http://120.25.167.9:9000/website/media/ce861516a25d4671ab01e150790b6111.zip"
|
50
47
|
}, 1000)
|
51
48
|
|
52
49
|
findServiceFeeAi().then(({ data }) => {
|