zhengjinyi 4 年之前
父节点
当前提交
3bf716ae5e
共有 3 个文件被更改,包括 2 次插入4 次删除
  1. 0 1
      common/config/addressdata.js
  2. 1 1
      pages/user/activity/activity.vue
  3. 1 2
      services/public.service.js

+ 0 - 1
common/config/addressdata.js

@@ -2,7 +2,6 @@
  *请求获取省市区
  *请求获取省市区
  *已提供给地区选择picker组件使用
  *已提供给地区选择picker组件使用
  */
  */
-import { queryAddressInformation } from '@/services/public.js'
 import ajaxService from '@/services/ajax.service.js'
 import ajaxService from '@/services/ajax.service.js'
 import PublicService from '@/services/public.service'
 import PublicService from '@/services/public.service'
 
 

+ 1 - 1
pages/user/activity/activity.vue

@@ -262,7 +262,7 @@
 	}
 	}
 	.activity-banner{
 	.activity-banner{
 		width: 100%;
 		width: 100%;
-		height: 750rpx;
+		height: 600rpx;
 		float: left;
 		float: left;
 		margin-bottom: 64rpx;
 		margin-bottom: 64rpx;
 		.activity-banner-image{
 		.activity-banner-image{

+ 1 - 2
services/public.service.js

@@ -7,8 +7,7 @@ export default class PublicService {
 		this.name = 'PublicService'
 		this.name = 'PublicService'
 	}
 	}
 	/**
 	/**
-	 * 获取图形验证码
-	 * activateCodeType:机构 2  供应商 3 找回密码 1 
+	 * 获取地址
 	 */
 	 */
 	GetAllAddressData (data = {}) {
 	GetAllAddressData (data = {}) {
 		return this.AjaxService.get({ 
 		return this.AjaxService.get({