lex-xin hace 4 meses
padre
commit
bf83e8e6b4
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 1 1
      miniprogram/config.ts
  2. 2 0
      miniprogram/pages/orders/order-detail.less

+ 1 - 1
miniprogram/config.ts

@@ -1,4 +1,4 @@
-const environmentVariable = "test";
+const environmentVariable = "online";
 const apiUrlInfo = {
 const apiUrlInfo = {
   dev: "https://dev.kt.colexiu.com",
   dev: "https://dev.kt.colexiu.com",
   test: "https://test.kt.colexiu.com",
   test: "https://test.kt.colexiu.com",

+ 2 - 0
miniprogram/pages/orders/order-detail.less

@@ -672,6 +672,8 @@ page {
     font-size: 30rpx;
     font-size: 30rpx;
     color: #000000;
     color: #000000;
     line-height: 42rpx;
     line-height: 42rpx;
+    word-break: break-all;
+    word-wrap: break-word;
   }
   }
 
 
   .item-users {
   .item-users {