panhui пре 4 година
родитељ
комит
e3b89aa921

+ 10 - 5
.hbuilderx/launch.json

@@ -2,10 +2,15 @@
   // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
     "version": "0.0",
     "configurations": [{
-            "type": "uniCloud",
-            "default": {
-                "launchtype": "local"
-            }
-        }
+     	"default" : 
+     	{
+     		"launchtype" : "local"
+     	},
+     	"h5" : 
+     	{
+     		"launchtype" : "local"
+     	},
+     	"type" : "uniCloud"
+     }
     ]
 }

+ 10 - 3
components/OrderInfo.vue

@@ -5,9 +5,15 @@
 			<text class="time">2021-05-20 07:52</text>
 		</view>
 
-		<view class="product">
-			<u-image src="https://bpic.588ku.com/illus_water_img/21/07/05/ecab6de5a7b2972500459ba95cf97deb.jpg" width="160" height="160" border-radius="16" mode="cover"></u-image>
-			<view class="products">
+		<view class="products">
+			<view class="product">
+				<u-image
+					src="https://bpic.588ku.com/illus_water_img/21/07/05/ecab6de5a7b2972500459ba95cf97deb.jpg"
+					width="160"
+					height="160"
+					border-radius="16"
+					mode="cover"
+				></u-image>
 				<view class="product-content">
 					<view class="text1">
 						<text>南瓜粥</text>
@@ -58,6 +64,7 @@ export default {
 
 .product {
 	display: flex;
+	padding: 20px 0;
 	.product-content {
 		flex-grow: 1;
 		padding-left: 10px;


BIN
pages/componentsA/.DS_Store


BIN
pages/componentsB/.DS_Store


BIN
pages/componentsC/.DS_Store


BIN
pages/library/.DS_Store


BIN
pages/template/.DS_Store



BIN
static/uview/.DS_Store


BIN
uni_modules/.DS_Store


BIN
uni_modules/qiun-data-charts/.DS_Store


BIN
unpackage/.DS_Store


BIN
unpackage/dist/.DS_Store


BIN
uview-ui/.DS_Store


BIN
uview-ui/components/.DS_Store


BIN
uview-ui/libs/.DS_Store