<view class='info-tip-content'>
    <block wx:for="{{simpleTextArray}}" wx:key="index">
        <block wx:if="{{hightTextArray[index]}}">
            {{item}}
            <text class='link-btn' style="color:{{hightTextArray[index].color}}" data-action="{{hightTextArray[index].action}}" bind:tap="handleKeyWordClick">{{hightTextArray[index].text}}</text>
        </block>
        <block wx:else>
            {{item}}
        </block>
    </block>
</view>