From 53cc6f817625897935fb10c3845ad7be400f3036 Mon Sep 17 00:00:00 2001
From: Sanakey <714737083@qq.com>
Date: 星期日, 31 一月 2021 20:04:55 +0800
Subject: [PATCH] 团购相关功能

---
 src/vant-weapp/row/index.wxml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/vant-weapp/row/index.wxml b/src/vant-weapp/row/index.wxml
index ab8fcf5..69a4359 100644
--- a/src/vant-weapp/row/index.wxml
+++ b/src/vant-weapp/row/index.wxml
@@ -1,3 +1,5 @@
-<view class="custom-class van-row" style="{{ viewStyle }}">
+<wxs src="./index.wxs" module="computed" />
+
+<view class="van-row custom-class" style="{{ computed.rootStyle({ gutter }) }}">
   <slot />
 </view>

--
Gitblit v1.8.0