@uxda/appkit 1.2.14 → 1.2.16
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/package.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
</div>
|
|
31
31
|
<Tip />
|
|
32
32
|
<div class="rights-card" v-if="balance.privileges.corporateStar">
|
|
33
|
-
<div class="title"
|
|
33
|
+
<div class="title">企明星权益</div>
|
|
34
34
|
<div class="list">
|
|
35
35
|
<div class="item star-item" v-for="(item, index) in balance.privileges.corporateStar" :key="index">
|
|
36
36
|
<div class="item-count"><span>{{ item.count }}</span><span>{{ item.unit }}</span></div>
|