cb-biz-ui 1.3.0 → 1.3.1

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.
@@ -25,14 +25,14 @@
25
25
  backgroundColor="#ffffff00"
26
26
  width="20rpx"
27
27
  height="14rpx"
28
- src="/static/images/chosen.png"
28
+ src="https://edu-cdn.yunzhuxue.com/edub1429d21xcfds/img/6974e6fc6fa748f194f367b135ec84f5.png"
29
29
  v-if="item.chosen"
30
30
  />
31
31
  <ui-lazyload-img
32
32
  backgroundColor="#ffffff00"
33
33
  width="20rpx"
34
34
  height="14rpx"
35
- src="/static/images/noChosen.png"
35
+ src="https://edu-cdn.yunzhuxue.com/edub1429d21xcfds/img/6974e6fc6fa748f194f367b135ec84f5.png"
36
36
  v-else
37
37
  />
38
38
  </view>
@@ -55,7 +55,7 @@
55
55
  backgroundColor="#ffffff00"
56
56
  width="28rpx"
57
57
  height="28rpx"
58
- src="/static/images/change.png"
58
+ src="https://edu-cdn.yunzhuxue.com/edub1429d21xcfds/img/6d3c0ddbca1e4a7387181152270784cd.png"
59
59
  />
60
60
  </view>
61
61
  </view>
@@ -98,7 +98,7 @@ const props = withDefaults(
98
98
  addressList: [],
99
99
  button: [
100
100
  {
101
- src: '/static/images/delete_icon.png',
101
+ src: 'https://edu-cdn.yunzhuxue.com/edub1429d21xcfds/img/7b33c94895684cd392ec69622b835d0f.png',
102
102
  width: '20rpx',
103
103
  height: '24rpx',
104
104
  background: 'rgb(255, 82, 79)'
@@ -124,7 +124,10 @@ const emit = defineEmits<{
124
124
  }>();
125
125
 
126
126
  const noDataUrl = computed(() => {
127
- return props.nullData.url || '/static/images/img_noorder_3x.png';
127
+ return (
128
+ props.nullData.url ||
129
+ 'https://edu-cdn.yunzhuxue.com/edub1429d21xcfds/img/f225d4d3d47140129d6a4dd77988afd6.png'
130
+ );
128
131
  });
129
132
  const noDataTip = computed(() => {
130
133
  return props.nullData.text || '暂无数据~';
@@ -7,13 +7,15 @@
7
7
  :width="imgWidth"
8
8
  :height="imgHeight"
9
9
  :mode="imageMode"
10
- :src="data.image || '/static/image/about_logo.png'"
10
+ :src="
11
+ data.image ||
12
+ 'https://edu-cdn.yunzhuxue.com/edub1429d21xcfds/img/fdf9860bcf7d464fbeab51fc547cb0ca.webp'
13
+ "
11
14
  />
12
15
 
13
16
  <view class="off-shelf" v-if="data.saleStatus === 20">
14
17
  <text class="text">已下架</text>
15
18
  </view>
16
- <!-- <image class="icon" :src="data.image || '/static/image/about_logo.png'" /> -->
17
19
  </view>
18
20
  <view class="text-box">
19
21
  <view class="header">
@@ -7,7 +7,7 @@
7
7
  :mode="imageMode"
8
8
  :draggable="false"
9
9
  radius="8rpx"
10
- placeholder="/static/images/goods_icon.png"
10
+ placeholder="/static/images/logo2.png"
11
11
  backgroundColor="#f9f9f9"
12
12
  :src="data.image || '/static/images/logo2.png'"
13
13
  />
@@ -136,7 +136,7 @@ const props = withDefaults(defineProps<IProps>(), {
136
136
 
137
137
  const actions = [
138
138
  {
139
- src: '/static/images/delete_icon.png',
139
+ src: 'https://edu-cdn.yunzhuxue.com/edub1429d21xcfds/img/7b33c94895684cd392ec69622b835d0f.png',
140
140
  width: '20rpx',
141
141
  height: '24rpx',
142
142
  background: 'rgb(255, 82, 79)'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cb-biz-ui",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "cb-biz-ui",
5
5
  "main": "index.js",
6
6
  "keywords": [