浏览代码

bug修改

twt 1 年之前
父节点
当前提交
8387a3f188
共有 4 个文件被更改,包括 6 次插入2 次删除
  1. 1 1
      main.js
  2. 1 0
      pages/addjk/choice.vue
  3. 3 0
      pages/addjk/eadit.vue
  4. 1 1
      pages/myOrder/activityOrderDetail.vue

+ 1 - 1
main.js

@@ -8,7 +8,7 @@ Vue.prototype.$http = request.http
 Vue.prototype.$request =request
 import store from './store'
 Vue.prototype.$store = store // 定义成全局组件
-
+//http://112.124.69.194:93/#/  测试地址
 console.log("main.js")
 if(common.getHashQuery('token')){
 	var userInfo={

+ 1 - 0
pages/addjk/choice.vue

@@ -39,6 +39,7 @@
 
 <script>
 	import WCompress from '@/components/w-compress/w-compress.vue'
+	//https://ext.dcloud.net.cn/plugin?id=1718
 	export default {
 		 components: {
 		        WCompress

+ 3 - 0
pages/addjk/eadit.vue

@@ -345,6 +345,9 @@
 			if(this.money==null){
 				this.money=''
 			}
+			if(this.payType==2){
+				this.money=0;
+			}
 			console.log(this.money)
 			if(this.activityName==''){
 				uni.showToast({

+ 1 - 1
pages/myOrder/activityOrderDetail.vue

@@ -71,7 +71,7 @@
 						</image>
 					</view>
 				</view>
-				<view class="salePrice"><span class="informationNum">¥</span>{{item.salePrice}}</view>
+				<view class="salePrice"><span class="informationNum" >¥</span>{{item.salePrice}}</view>
 			</view>
 
 			<view v-if="orderData.data.sheetState != 1 && orderData.data.sheetState != 4" class="line"></view>