shish 5 лет назад
Родитель
Сommit
e8caf0f73b
42 измененных файлов с 56 добавлено и 99 удалено
  1. 0 0
      hdApp/dist/build/mp-weixin/admin/billing/affirmPxClass.js
  2. 0 0
      hdApp/dist/build/mp-weixin/pagesArrears/details.js
  3. 0 0
      hdApp/dist/build/mp-weixin/pagesPurchase/details.js
  4. 0 0
      hdApp/dist/build/mp-weixin/pagesStorehouse/allot/addExDetails.js
  5. 1 1
      hdApp/src/admin/billing/affirmPxClass.vue
  6. 0 0
      hdApp/src/admin/common/callback.vue
  7. 0 0
      hdApp/src/admin/common/pageSuccess.vue
  8. 0 4
      hdApp/src/admin/common/redirect.vue
  9. 0 0
      hdApp/src/admin/common/result.vue
  10. 1 1
      hdApp/src/admin/home/workbench.vue
  11. 1 2
      hdApp/src/admin/member/detail.vue
  12. 0 0
      hdApp/src/admin/statistics/components/echart-circle.vue
  13. 0 0
      hdApp/src/admin/statistics/components/echart-columnar.vue
  14. 0 0
      hdApp/src/admin/statistics/components/echart-trend.vue
  15. 3 3
      hdApp/src/admin/statistics/index.vue
  16. 0 0
      hdApp/src/admin/student/newStudent.vue
  17. 0 36
      hdApp/src/common/webview.vue
  18. 1 1
      hdApp/src/components/module/app-avatar.vue
  19. 0 3
      hdApp/src/filters/index.js
  20. 1 1
      hdApp/src/mixins/globalMixins.js
  21. 43 40
      hdApp/src/pages.json
  22. 1 1
      hdApp/src/pagesArrears/details.vue
  23. 1 1
      hdApp/src/pagesClient/official/renewal.vue
  24. 1 1
      hdApp/src/pagesPurchase/details.vue
  25. 1 3
      hdApp/src/pagesStatistics/business.vue
  26. 1 1
      hdApp/src/pagesStorehouse/allot/addExDetails.vue
  27. BIN
      hdApp/src/static/images/admin/bg.png
  28. BIN
      hdApp/src/static/images/admin/bg2.png
  29. BIN
      hdApp/src/static/images/bg.png
  30. BIN
      hdApp/src/static/images/common/category-is.png
  31. BIN
      hdApp/src/static/images/common/category-no.png
  32. BIN
      hdApp/src/static/images/common/home-is.png
  33. BIN
      hdApp/src/static/images/common/home-no.png
  34. BIN
      hdApp/src/static/images/common/shop-is.png
  35. BIN
      hdApp/src/static/images/common/shop-no.png
  36. BIN
      hdApp/src/static/images/common/user-is.png
  37. BIN
      hdApp/src/static/images/common/user-no.png
  38. BIN
      hdApp/src/static/images/invite/invite_shop.png
  39. BIN
      hdApp/src/static/images/invite/invite_supplier.png
  40. BIN
      hdApp/src/static/images/member/bg.png
  41. BIN
      hdApp/src/static/images/user/attr-default.png
  42. BIN
      hdApp/src/static/images/user/bg.png

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
hdApp/dist/build/mp-weixin/admin/billing/affirmPxClass.js


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
hdApp/dist/build/mp-weixin/pagesArrears/details.js


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
hdApp/dist/build/mp-weixin/pagesPurchase/details.js


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
hdApp/dist/build/mp-weixin/pagesStorehouse/allot/addExDetails.js


+ 1 - 1
hdApp/src/admin/billing/affirmPxClass.vue

@@ -143,7 +143,7 @@ export default {
 						createPxClassOrder(options).then(res => {
 							// this.$msg("下单成功");
 							uni.removeStorageSync('affirmPxClass')
-							uni.redirectTo({url:'/common/pageSuccess?title=开单成功'})
+							uni.redirectTo({url:'/admin/admin/common/pageSuccess?title=开单成功'})
 						});
 						// self.formSubmit();
 					}

+ 0 - 0
hdApp/src/admin/home/callback.vue → hdApp/src/admin/common/callback.vue


+ 0 - 0
hdApp/src/common/pageSuccess.vue → hdApp/src/admin/common/pageSuccess.vue


+ 0 - 4
hdApp/src/common/redirect.vue → hdApp/src/admin/common/redirect.vue

@@ -28,10 +28,6 @@ export default {
 		// 	getWxQrCodeQuery({ scene: scene }).then(res => {
 		// 		uni.hideLoading()
 		// 		if (res.data.url.indexOf('https://') > -1) {
-		// 			const returnUrl = encodeURIComponent(res.data.url)
-		// 			uni.navigateTo({
-		// 				url: `/common/webview?returnUrl=${returnUrl}`
-		// 			})
 		// 		} else {
 		// 			uni.redirectTo({
 		// 				url: res.data.url

+ 0 - 0
hdApp/src/admin/home/result.vue → hdApp/src/admin/common/result.vue


+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -346,7 +346,7 @@ export default {
     // 新学员列表
     goNewStudent () {
       uni.navigateTo({
-        url: '/admin/home/newStudent'
+        url: '/admin/student/newStudent'
       })
     },
     // 续费

+ 1 - 2
hdApp/src/admin/member/detail.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="app-content">
+  <div class="app-content" :style="{ backgroundImage: `url(${constant.imgUrl}/member/bg.png)` }">
     <!-- 客户信息 -->
     <div class="module-com user-info">
       <div class="user-wrap">
@@ -561,7 +561,6 @@ export default {
 
 <style lang='scss' scoped>
 .app-content {
-  background-image: url("../../static/images/member/bg.png");
   background-size: 100% 330px;
   background-repeat: no-repeat;
   padding-top: 30px;

+ 0 - 0
hdApp/src/admin/home/components/echart-circle.vue → hdApp/src/admin/statistics/components/echart-circle.vue


+ 0 - 0
hdApp/src/admin/home/components/echart-columnar.vue → hdApp/src/admin/statistics/components/echart-columnar.vue


+ 0 - 0
hdApp/src/admin/home/components/echart-trend.vue → hdApp/src/admin/statistics/components/echart-trend.vue


+ 3 - 3
hdApp/src/admin/statistics/index.vue

@@ -74,9 +74,9 @@
 </template>
 
 <script>
-import EchartTrend from '@/admin/home/components/echart-trend'
-import EchartCircle from '@/admin/home/components/echart-circle'
-import EchartColumnar from '@/admin/home/components/echart-columnar'
+import EchartTrend from './components/echart-trend'
+import EchartCircle from './components/echart-circle'
+import EchartColumnar from './components/echart-columnar'
 import DropdownList from '@/components/plugin/dropdown-list'
 // api
 import { getStatList } from '@/api/statistics'

+ 0 - 0
hdApp/src/admin/home/newStudent.vue → hdApp/src/admin/student/newStudent.vue


+ 0 - 36
hdApp/src/common/webview.vue

@@ -1,36 +0,0 @@
-<template>
-	<web-view :src="src"></web-view>
-</template>
-
-<script>
-import { mapGetters } from 'vuex'
-// import { getSelfInfo } from '@/utils/auth'
-
-export default {
-	data() {
-		return {
-			src: '',
-			roleName: ''
-		}
-	},
-	computed: {
-		// ...mapGetters({ userInfo: 'getSelfInfo' })
-	},
-	onLoad(option) {
-	},
-	/**
-		 * 用户点击右上角分享
-		 */
-	onShareAppMessage: function(option) {
-		let shareObj = {}
-		shareObj = {
-			title: this.userInfo.nick_name + this.userInfo.role_name,
-			path: `/pages/design/designCompany/indexNew?${params}`
-		}
-		return shareObj
-	}
-}
-</script>
-
-<style lang="scss" scoped>
-</style>

+ 1 - 1
hdApp/src/components/module/app-avatar.vue

@@ -5,7 +5,7 @@
 </template>
 
 <script>
-import defaultImg from '@/static/images/user/attr-default.png'
+import defaultImg from '@/static/images/default-img.png'
 export default {
 	name: 'avatar-module',
 	props: {

+ 0 - 3
hdApp/src/filters/index.js

@@ -25,8 +25,5 @@ Vue.filter('default_img', function(url) {
 })
 
 Vue.filter('default_avatar', function(url) {
-	if (!url) {
-		return require('@/static/images/user/attr-default.png')
-	}
 	return url
 })

+ 1 - 1
hdApp/src/mixins/globalMixins.js

@@ -118,7 +118,7 @@ export default {
               status = '3'
             }
             this.$util.pageTo({
-              url: '/admin/home/result',
+              url: '/admin/common/result',
               query: {
                 status
               }

+ 43 - 40
hdApp/src/pages.json

@@ -7,27 +7,6 @@
 				"enablePullDownRefresh": true
 			}
 		},
-		{
-			"path": "admin/home/result",
-			"style": {
-				"navigationBarTitleText": "",
-				"enablePullDownRefresh": true
-			}
-		},
-		{
-			"path": "admin/home/callback",
-			"style": {
-				"navigationBarTitleText": "",
-				"enablePullDownRefresh": true
-			}
-		},
-		{
-			"path": "admin/home/newStudent",
-			"style": {
-				"navigationBarTitleText": "新学员",
-				"enablePullDownRefresh": true
-			}
-		},
 		{
 			"path": "admin/home/order",
 			"style": {
@@ -62,29 +41,53 @@
 			"style": {
 				"navigationBarTitleText": "商城"
 			}
-		},
+		}
+	],
+	"subPackages": [
 		{
-			"path": "common/redirect",
-			"style": {
-				"navigationBarTitleText": "加载中..."
-			}
+			"root": "admin/student",
+			"pages": [
+				{
+					"path": "newStudent",
+					"style": {
+						"navigationBarTitleText": "新学员",
+						"enablePullDownRefresh": true
+					}
+				}
+			]
 		},
 		{
-			"path": "common/webview",
-			"style": {
-				"navigationBarBackgroundColor": "#ffffff",
-				"navigationBarTextStyle": "black"
-			}
+			"root": "admin/common",
+			"pages": [
+				{
+					"path": "result",
+					"style": {
+						"navigationBarTitleText": "",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
+					"path": "callback",
+					"style": {
+						"navigationBarTitleText": "",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
+					"path": "redirect",
+					"style": {
+						"navigationBarTitleText": "加载中..."
+					}
+				},
+				{
+					"path": "pageSuccess",
+					"style": {
+						"navigationBarBackgroundColor": "#ffffff",
+						"navigationBarTextStyle": "black"
+					}
+				}
+			]
 		},
-		{
-			"path": "common/pageSuccess",
-			"style": {
-				"navigationBarBackgroundColor": "#ffffff",
-				"navigationBarTextStyle": "black"
-			}
-		}
-	],
-	"subPackages": [
 		{
 			"root": "admin/share",
 			"pages": [

+ 1 - 1
hdApp/src/pagesArrears/details.vue

@@ -199,7 +199,7 @@ export default {
     // 支付成功
     async paySuccess (parameter) {
       await clearOrderApi(parameter);
-      uni.navigateTo({ url: '/common/pageSuccess?title=收款成功' });
+      uni.navigateTo({ url: '/admin/admin/common/pageSuccess?title=收款成功' });
       // this.$util.pageTo(1);
     },
     payFail () {

+ 1 - 1
hdApp/src/pagesClient/official/renewal.vue

@@ -71,7 +71,7 @@ export default {
     // 支付成功
     paySuccess() {
       this.$util.pageTo({
-        url: "/admin/home/callback",
+        url: "/admin/common/callback",
         type: 2
       });
     },

+ 1 - 1
hdApp/src/pagesPurchase/details.vue

@@ -348,7 +348,7 @@ export default {
 
 				this.resetSelectInfoByType(this.pageType);
 				// this.$util.pageTo({ url: "/pagesPurchase/result", type: 2 });
-				uni.navigateTo({url:'/common/pageSuccess?title=新增成功'})
+				uni.navigateTo({url:'/admin/admin/common/pageSuccess?title=新增成功'})
 			} catch (error) {}
 		},
 		// 表单验证

+ 1 - 3
hdApp/src/pagesStatistics/business.vue

@@ -2,7 +2,7 @@
 <view>
 	<scroll-view scroll-y class="business-page">
 		<template v-if="!$util.isEmpty(baseInfo)">
-			<view class="business-info">
+			<view class="business-info" :style="{ backgroundImage: `url(${constant.imgUrl}/admin/bg2.png)` }">
 				<view class="amount-view">
 					<text class="amount-label">账户余额</text>
 					<!--<view v-if="loginInfo.switchShop" class="amount-btn">-->
@@ -400,8 +400,6 @@ export default {
 		width: 100%;
 		height: 300upx;
 		padding: 30upx;
-		// background: linear-gradient(30deg, #3ab7ff, #38a6ff, #3386ff);
-		background: url(../static/images/admin/bg2.png) no-repeat;
 		background-size: 100% 100%;
 		color: #fff;
 

+ 1 - 1
hdApp/src/pagesStorehouse/allot/addExDetails.vue

@@ -260,7 +260,7 @@ export default {
 			await createStockOutOrderApi(formData);
 			this.$msg("确认成功");
 			this.clearSelectList();
-			uni.navigateTo({url:'/common/pageSuccess?title=出库成功'});
+			uni.navigateTo({url:'/admin/admin/common/pageSuccess?title=出库成功'});
 			// uni.navigateBack({delta: 1});
 		},
 	}

BIN
hdApp/src/static/images/admin/bg.png


BIN
hdApp/src/static/images/admin/bg2.png


BIN
hdApp/src/static/images/bg.png


BIN
hdApp/src/static/images/common/category-is.png


BIN
hdApp/src/static/images/common/category-no.png


BIN
hdApp/src/static/images/common/home-is.png


BIN
hdApp/src/static/images/common/home-no.png


BIN
hdApp/src/static/images/common/shop-is.png


BIN
hdApp/src/static/images/common/shop-no.png


BIN
hdApp/src/static/images/common/user-is.png


BIN
hdApp/src/static/images/common/user-no.png


BIN
hdApp/src/static/images/invite/invite_shop.png


BIN
hdApp/src/static/images/invite/invite_supplier.png


BIN
hdApp/src/static/images/member/bg.png


BIN
hdApp/src/static/images/user/attr-default.png


BIN
hdApp/src/static/images/user/bg.png


Некоторые файлы не были показаны из-за большого количества измененных файлов