jufubao-admin-library 1.1.167 → 1.1.169

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.
@@ -18,7 +18,7 @@
18
18
  <template slot="prize_set" slot-scope="scope">
19
19
  <el-form ref="form" :model="form" label-width="140px">
20
20
  <el-form-item label="奖品设置" required>
21
- <prize-set :list="prizeSetList" :site_id="siteId" @tableUpdate="handleChange" @tableNumChange="handleNumChange" :key="prizeSetKey"></prize-set>
21
+ <prize-set v-if="siteId" :list="prizeSetList" :site_id="siteId" @tableUpdate="handleChange" @tableNumChange="handleNumChange" :key="prizeSetKey"></prize-set>
22
22
  </el-form-item>
23
23
  </el-form>
24
24
  </template>
@@ -1162,7 +1162,7 @@ export default {
1162
1162
  ele: "xd-select-site-path",
1163
1163
  className: "input100",
1164
1164
  valueKey: "phone_collect_url_data",
1165
- placeholder:'请选择基础应用的手机号收集页面',
1165
+ placeholder:'请选择业务线对应应用的手机号收集页面',
1166
1166
  value: params.phone_collect_url_data || null,
1167
1167
  setting: {
1168
1168
  site_id: params.site_id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.167",
3
+ "version": "1.1.169",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {