panhui 4 tahun lalu
induk
melakukan
e3b89aa921
18 mengubah file dengan 20 tambahan dan 8 penghapusan
  1. TEMPAT SAMPAH
      .DS_Store
  2. 10 5
      .hbuilderx/launch.json
  3. 10 3
      components/OrderInfo.vue
  4. TEMPAT SAMPAH
      pages/.DS_Store
  5. TEMPAT SAMPAH
      pages/componentsA/.DS_Store
  6. TEMPAT SAMPAH
      pages/componentsB/.DS_Store
  7. TEMPAT SAMPAH
      pages/componentsC/.DS_Store
  8. TEMPAT SAMPAH
      pages/library/.DS_Store
  9. TEMPAT SAMPAH
      pages/template/.DS_Store
  10. TEMPAT SAMPAH
      static/.DS_Store
  11. TEMPAT SAMPAH
      static/uview/.DS_Store
  12. TEMPAT SAMPAH
      uni_modules/.DS_Store
  13. TEMPAT SAMPAH
      uni_modules/qiun-data-charts/.DS_Store
  14. TEMPAT SAMPAH
      unpackage/.DS_Store
  15. TEMPAT SAMPAH
      unpackage/dist/.DS_Store
  16. TEMPAT SAMPAH
      uview-ui/.DS_Store
  17. TEMPAT SAMPAH
      uview-ui/components/.DS_Store
  18. TEMPAT SAMPAH
      uview-ui/libs/.DS_Store

TEMPAT SAMPAH
.DS_Store


+ 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;

TEMPAT SAMPAH
pages/.DS_Store


TEMPAT SAMPAH
pages/componentsA/.DS_Store


TEMPAT SAMPAH
pages/componentsB/.DS_Store


TEMPAT SAMPAH
pages/componentsC/.DS_Store


TEMPAT SAMPAH
pages/library/.DS_Store


TEMPAT SAMPAH
pages/template/.DS_Store


TEMPAT SAMPAH
static/.DS_Store


TEMPAT SAMPAH
static/uview/.DS_Store


TEMPAT SAMPAH
uni_modules/.DS_Store


TEMPAT SAMPAH
uni_modules/qiun-data-charts/.DS_Store


TEMPAT SAMPAH
unpackage/.DS_Store


TEMPAT SAMPAH
unpackage/dist/.DS_Store


TEMPAT SAMPAH
uview-ui/.DS_Store


TEMPAT SAMPAH
uview-ui/components/.DS_Store


TEMPAT SAMPAH
uview-ui/libs/.DS_Store