4 Commits ca5b9340fb ... 19bd87ee1b

Author SHA1 Message Date
  xiaol 19bd87ee1b 20241029 3 weeks ago
  xiaol 8c91b2bddb Merge branch 'master' of http://git.qiniu1314.com/cmy/CBB3 3 weeks ago
  xiaol 62694915c3 2024-14-29 3 weeks ago
  xiaol a898c97916 2024/10/23 1 month ago

+ 0 - 1
components/gaoyia-parse/components/wxParseImg.vue

@@ -21,7 +21,6 @@ export default {
 		};
 	},
 	inject: ['parseWidth'],
-	mounted() {},
 	props: {
 		node: {
 			type: Object,

+ 0 - 2
components/gaoyia-parse/components/wxParseTemplate0.vue

@@ -39,7 +39,6 @@
 	
 		<!--img类型-->
 		<wx-parse-img :node="node" v-else-if="node.tag == 'img'" :style="node.styleStr"/>
-	
 		<!--其他标签-->
 		<view v-else :class="node.classStr" :style="node.styleStr">
 			<block v-for="(node, index) of node.nodes" :key="index">
@@ -47,7 +46,6 @@
 			</block>
 		</view>
 	</block>
-	
 	<!--判断是否是文本节点-->
 	<block v-else-if="node.node == 'text'">{{node.text}}</block>
 </template>

+ 1 - 1
components/gaoyia-parse/parse.vue

@@ -140,7 +140,7 @@ import wxParseTemplate from './components/wxParseTemplate0';
 				this.nodes = [];
 				results.nodes.forEach((item) => {
 					setTimeout(() => {
-						this.nodes.push(item)
+						this.nodes.push(item);
 					}, 0);
 				})
 			},

+ 1 - 1
pages/guild/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<view>
-		<image src="/static/img/img04.png" style="width: 750rpx;height: 100%;" mode="widthFix"></image>
+		<image src="https://apps.yiqucbb.cn/h5/tipImg.png" style="width: 750rpx;height: 100%;" mode="widthFix"></image>
 		<!-- <view class="app-bg">
 			<image src="/static/img/tream_bg.png"></image>
 		</view>

+ 1 - 0
pages/guild/order/putSalt.vue

@@ -124,6 +124,7 @@
 					.then(res => {
 						uni.hideLoading();
 						if(res.code == 200) {
+							res.data.anticipate = res.data.anticipate.toFixed(2)
 							this.data = res.data;
 							this.actDay = [res.data.next_time];
 						} else {

+ 6 - 2
pages/news/index.vue

@@ -28,7 +28,6 @@
 					.request
 					.post("getContent",{id : this.id})
 					.then(res=>{
-						console.log(res);
 						if(res.code == 200) {
 							this.content = res.data.content;
 							uni.setNavigationBarTitle({
@@ -45,11 +44,16 @@
 	}
 </script>
 
-<style>
+<style  lang="scss">
 	@import url("/components/gaoyia-parse/parse.css");
 	
 	#box {
 		z-index: -1;
 		padding: 15px;
 	}
+	/deep/ {
+		.img{
+			display: block !important;
+		}
+	}
 </style>

BIN
static/img/img04.png


+ 14 - 0
unpackage/dist/build/web/index.html

@@ -0,0 +1,14 @@
+<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>CBB</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
+            document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/h5/static/index.2da1efab.css><script src=https://cn-shanghai-aliyun-cloudauth.oss-cn-shanghai.aliyuncs.com/web_sdk_js/jsvm_all.js></script><script src="https://cstaticdun.126.net/load.min.js?t=201903281201"></script></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><script src="https://cstaticdun.126.net/load.min.js?t=201903281201"></script><div id=app></div><script src=/h5/static/js/chunk-vendors.f6948fc5.js></script><script src=/h5/static/js/index.43f7eab7.js></script></body></html><script>if(("standalone" in window.navigator) && window.navigator.standalone){
+	var noddy, remotes = false;
+	document.addEventListener('click', function(event) {
+		noddy = event.target;
+		while(noddy.nodeName !== "A" && noddy.nodeName !== "HTML") {
+			noddy = noddy.parentNode;
+		}
+		if('href' in noddy && noddy.href.indexOf('http') !== -1 && (noddy.href.indexOf(document.location.host) !== -1 || remotes)){
+			event.preventDefault();
+			document.location.href = noddy.href;
+		}
+	},false);
+}</script>

BIN
unpackage/dist/build/web/web.zip