From 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 16 一月 2026 17:31:08 +0800
Subject: [PATCH] 2026.1.16

---
 miniprogram_npm/tdesign-miniprogram/indexes-anchor/indexes-anchor.wxml |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/miniprogram_npm/tdesign-miniprogram/indexes-anchor/indexes-anchor.wxml b/miniprogram_npm/tdesign-miniprogram/indexes-anchor/indexes-anchor.wxml
index bbe6d8e..5a5311b 100644
--- a/miniprogram_npm/tdesign-miniprogram/indexes-anchor/indexes-anchor.wxml
+++ b/miniprogram_npm/tdesign-miniprogram/indexes-anchor/indexes-anchor.wxml
@@ -1,10 +1 @@
-<wxs src="../common/utils.wxs" module="_" />
-
-<view class="{{classPrefix}} class {{prefix}}-class" style="{{_._style([style, customStyle])}}">
-  <view class="{{_.cls(classPrefix + '__wrapper', [['sticky', sticky], ['active', active]])}}" style="{{anchorStyle}}">
-    <view class="{{classPrefix}}__slot">
-      <slot />
-    </view>
-    <view class="{{_.cls(classPrefix + '__header', [['active', active]])}}"> {{index}} </view>
-  </view>
-</view>
+<wxs src="../common/utils.wxs" module="_"/><view class="{{classPrefix}} class {{prefix}}-class" style="{{_._style([style, customStyle])}}"><view class="{{_.cls(classPrefix + '__wrapper', [['sticky', sticky], ['active', active]])}}" style="{{anchorStyle}}"><view class="{{classPrefix}}__slot"><slot/></view><view class="{{_.cls(classPrefix + '__header', [['active', active]])}}">{{index}}</view></view></view>
\ No newline at end of file

--
Gitblit v1.9.3